Html Css Color HEX #D21988 Medium Violet Red

📋 copy color: '#D21988'

red 210 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #D21988

Tints of Medium Violet Red #D21988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

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

R = 56.6%
G = 6.74%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D21988 (or 0xD21988) is known color: Medium Violet Red. HEX triplet: D2, 19 and 88. RGB value is (210,25,136). Sum of RGB (Red+Green+Blue) = 210+25+136=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D21988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21988 is #2DE677. Grayscale: #5C5C5C. Windows color (decimal): -3008120 or 8919506. OLE color: 8919506.

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

Color convert

RGB 210 25 136 -
CMYK 0 0.88 0.35 0.18
HSL 324º 0.79% 0.46% -
HSV(B) 324º 0.88% 0.82% -
XYZ 31.37 16.17 24.76 -
YUV 92.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 210 25 136 0 0.88 0.35 0.18 324 0.79 0.46
Hex D2 19 88 0 58 23 12 144 4F 2E
Octal 322 31 210 0 130 43 22 504 117 56
Binary 11010010 11001 10001000 0 1011000 100011 10010 101000100 1001111 101110

Color Harmonies of #D21988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21988

Black with #D21988

Text Example


Text Example

White with #D21988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21988; }

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

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

background-color css

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

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

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

border-color css

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

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

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