Html Css Color HEX #D0188C Medium Violet Red

📋 copy color: '#D0188C'

red 208 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #D0188C

Tints of Medium Violet Red #D0188C

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

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

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

R = 55.91%
G = 6.45%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0188C (or 0xD0188C) is known color: Medium Violet Red. HEX triplet: D0, 18 and 8C. RGB value is (208,24,140). Sum of RGB (Red+Green+Blue) = 208+24+140=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0188C is #2FE773. Grayscale: #5B5B5B. Windows color (decimal): -3139444 or 9181392. OLE color: 9181392.

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

Color convert

RGB 208 24 140 -
CMYK 0 0.88 0.33 0.18
HSL 322.17º 0.79% 0.45% -
HSV(B) 322.17º 0.88% 0.82% -
XYZ 31.07 15.96 26.25 -
YUV 92.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 208 24 140 0 0.88 0.33 0.18 322.17 0.79 0.45
Hex D0 18 8C 0 58 21 12 142 4F 2D
Octal 320 30 214 0 130 41 22 502 117 55
Binary 11010000 11000 10001100 0 1011000 100001 10010 101000010 1001111 101101

Color Harmonies of #D0188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0188C

Black with #D0188C

Text Example


Text Example

White with #D0188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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