Html Css Color HEX #D21088 Medium Violet Red

📋 copy color: '#D21088'

red 210 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D21088

Tints of Medium Violet Red #D21088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

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

R = 58.01%
G = 4.42%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D21088 (or 0xD21088) is known color: Medium Violet Red. HEX triplet: D2, 10 and 88. RGB value is (210,16,136). Sum of RGB (Red+Green+Blue) = 210+16+136=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D21088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21088 is #2DEF77. Grayscale: #575757. Windows color (decimal): -3010424 or 8917202. OLE color: 8917202.

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

Color convert

RGB 210 16 136 -
CMYK 0 0.92 0.35 0.18
HSL 322.89º 0.86% 0.44% -
HSV(B) 322.89º 0.92% 0.82% -
XYZ 31.21 15.85 24.71 -
YUV 87.69 155.27 215.24 -
System Red Green Blue C M Y K H S L
Decimal 210 16 136 0 0.92 0.35 0.18 322.89 0.86 0.44
Hex D2 10 88 0 5C 23 12 143 56 2C
Octal 322 20 210 0 134 43 22 503 126 54
Binary 11010010 10000 10001000 0 1011100 100011 10010 101000011 1010110 101100

Color Harmonies of #D21088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21088

Black with #D21088

Text Example


Text Example

White with #D21088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21088; }

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

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

background-color css

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

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

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

border-color css

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

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

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