Html Css Color HEX #D20E88 Medium Violet Red

📋 copy color: '#D20E88'

red 210 ◦ green 14 ◦ blue 136

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

Shades of Medium Violet Red #D20E88

Tints of Medium Violet Red #D20E88

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

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

R = 58.33%
G = 3.89%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20E88 (or 0xD20E88) is known color: Medium Violet Red. HEX triplet: D2, 0E and 88. RGB value is (210,14,136). Sum of RGB (Red+Green+Blue) = 210+14+136=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E88 is #2DF177. Grayscale: #565656. Windows color (decimal): -3010936 or 8916690. OLE color: 8916690.

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

Color convert

RGB 210 14 136 -
CMYK 0 0.93 0.35 0.18
HSL 322.65º 0.88% 0.44% -
HSV(B) 322.65º 0.93% 0.82% -
XYZ 31.18 15.79 24.7 -
YUV 86.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 210 14 136 0 0.93 0.35 0.18 322.65 0.88 0.44
Hex D2 E 88 0 5D 23 12 143 58 2C
Octal 322 16 210 0 135 43 22 503 130 54
Binary 11010010 1110 10001000 0 1011101 100011 10010 101000011 1011000 101100

Color Harmonies of #D20E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E88

Black with #D20E88

Text Example


Text Example

White with #D20E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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