Html Css Color HEX #D21872 Medium Violet Red

📋 copy color: '#D21872'

red 210 ◦ green 24 ◦ blue 114

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

Shades of Medium Violet Red #D21872

Tints of Medium Violet Red #D21872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 60.34%
G = 6.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21872 (or 0xD21872) is known color: Medium Violet Red. HEX triplet: D2, 18 and 72. RGB value is (210,24,114). Sum of RGB (Red+Green+Blue) = 210+24+114=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21872 is #2DE78D. Grayscale: #595959. Windows color (decimal): -3008398 or 7477458. OLE color: 7477458.

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

Color convert

RGB 210 24 114 -
CMYK 0 0.89 0.46 0.18
HSL 330.97º 0.79% 0.46% -
HSV(B) 330.97º 0.89% 0.82% -
XYZ 29.94 15.57 17.35 -
YUV 89.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 210 24 114 0 0.89 0.46 0.18 330.97 0.79 0.46
Hex D2 18 72 0 59 2E 12 14B 4F 2E
Octal 322 30 162 0 131 56 22 513 117 56
Binary 11010010 11000 1110010 0 1011001 101110 10010 101001011 1001111 101110

Color Harmonies of #D21872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21872

Black with #D21872

Text Example


Text Example

White with #D21872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21872; }

 p { color: rgb(210,24,114); }

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

background-color css

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

 a { background-color: rgb(210,24,114); }

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

border-color css

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

 span { border-color: rgb(210,24,114); }

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