Html Css Color HEX #D21089 Medium Violet Red

📋 copy color: '#D21089'

red 210 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #D21089

Tints of Medium Violet Red #D21089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 57.85%
G = 4.41%
B = 37.74%

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

#D21089 (or 0xD21089) is known color: Medium Violet Red. HEX triplet: D2, 10 and 89. RGB value is (210,16,137). Sum of RGB (Red+Green+Blue) = 210+16+137=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D21089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21089 is #2DEF76. Grayscale: #575757. Windows color (decimal): -3010423 or 8982738. OLE color: 8982738.

HSL color Cylindrical-coordinate representation of color #D21089: hue angle of 322.58º 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 #D21089 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 137 -
CMYK 0 0.92 0.35 0.18
HSL 322.58º 0.86% 0.44% -
HSV(B) 322.58º 0.92% 0.82% -
XYZ 31.28 15.88 25.08 -
YUV 87.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 210 16 137 0 0.92 0.35 0.18 322.58 0.86 0.44
Hex D2 10 89 0 5C 23 12 143 56 2C
Octal 322 20 211 0 134 43 22 503 126 54
Binary 11010010 10000 10001001 0 1011100 100011 10010 101000011 1010110 101100

Color Harmonies of #D21089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21089

Black with #D21089

Text Example


Text Example

White with #D21089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21089; }

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

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

background-color css

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

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

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

border-color css

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

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

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