Html Css Color HEX #D2188C Medium Violet Red

📋 copy color: '#D2188C'

red 210 ◦ green 24 ◦ blue 140

#D2188C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D2188C

Tints of Medium Violet Red #D2188C

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 56.15%
G = 6.42%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2188C (or 0xD2188C) is known color: Medium Violet Red. HEX triplet: D2, 18 and 8C. RGB value is (210,24,140). Sum of RGB (Red+Green+Blue) = 210+24+140=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2188C is #2DE773. Grayscale: #5C5C5C. Windows color (decimal): -3008372 or 9181394. OLE color: 9181394.

HSL color Cylindrical-coordinate representation of color #D2188C: hue angle of 322.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2188C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 140 -
CMYK 0 0.89 0.33 0.18
HSL 322.58º 0.79% 0.46% -
HSV(B) 322.58º 0.89% 0.82% -
XYZ 31.64 16.25 26.28 -
YUV 92.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 210 24 140 0 0.89 0.33 0.18 322.58 0.79 0.46
Hex D2 18 8C 0 59 21 12 143 4F 2E
Octal 322 30 214 0 131 41 22 503 117 56
Binary 11010010 11000 10001100 0 1011001 100001 10010 101000011 1001111 101110

Color Harmonies of #D2188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2188C

Black with #D2188C

Text Example


Text Example

White with #D2188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2188C; }

 p { color: rgb(210,24,140); }

 H1.HeaderClassName
 {
   color: #D2188C;
 }
 .AnyTagClassName
 {
   color: #D2188C;
 }
</style>

background-color css

<style>
 a { background-color: #D2188C; }

 a { background-color: rgb(210,24,140); }

 div.DivClassName
 {
   background-color: #D2188C;
 }
 .BgClassName
 {
   background-color: #D2188C;
 }
</style>

border-color css

<style>
 span { border-color: #D2188C; }

 span { border-color: rgb(210,24,140); }

 td.TdClassName
 {
   border-color: #D2188C;
 }
 .TagClassName
 {
   border-color: #D2188C;
 }
</style>