Html Css Color HEX #D20888 Medium Violet Red

📋 copy color: '#D20888'

red 210 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #D20888

Tints of Medium Violet Red #D20888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 59.32%
G = 2.26%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20888 (or 0xD20888) is known color: Medium Violet Red. HEX triplet: D2, 08 and 88. RGB value is (210,8,136). Sum of RGB (Red+Green+Blue) = 210+8+136=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D20888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20888 is #2DF777. Grayscale: #525252. Windows color (decimal): -3012472 or 8915154. OLE color: 8915154.

HSL color Cylindrical-coordinate representation of color #D20888: hue angle of 321.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20888 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 136 -
CMYK 0 0.96 0.35 0.18
HSL 321.98º 0.93% 0.43% -
HSV(B) 321.98º 0.96% 0.82% -
XYZ 31.11 15.65 24.67 -
YUV 82.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 210 8 136 0 0.96 0.35 0.18 321.98 0.93 0.43
Hex D2 8 88 0 60 23 12 142 5D 2B
Octal 322 10 210 0 140 43 22 502 135 53
Binary 11010010 1000 10001000 0 1100000 100011 10010 101000010 1011101 101011

Color Harmonies of #D20888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20888

Black with #D20888

Text Example


Text Example

White with #D20888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20888; }

 p { color: rgb(210,8,136); }

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

background-color css

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

 a { background-color: rgb(210,8,136); }

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

border-color css

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

 span { border-color: rgb(210,8,136); }

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