Html Css Color HEX #D21072 Medium Violet Red

📋 copy color: '#D21072'

red 210 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #D21072

Tints of Medium Violet Red #D21072

RGB

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

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

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

R = 61.76%
G = 4.71%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21072 (or 0xD21072) is known color: Medium Violet Red. HEX triplet: D2, 10 and 72. RGB value is (210,16,114). Sum of RGB (Red+Green+Blue) = 210+16+114=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D21072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21072 is #2DEF8D. Grayscale: #545454. Windows color (decimal): -3010446 or 7475410. OLE color: 7475410.

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

Color convert

RGB 210 16 114 -
CMYK 0 0.92 0.46 0.18
HSL 329.69º 0.86% 0.44% -
HSV(B) 329.69º 0.92% 0.82% -
XYZ 29.8 15.29 17.3 -
YUV 85.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 210 16 114 0 0.92 0.46 0.18 329.69 0.86 0.44
Hex D2 10 72 0 5C 2E 12 14A 56 2C
Octal 322 20 162 0 134 56 22 512 126 54
Binary 11010010 10000 1110010 0 1011100 101110 10010 101001010 1010110 101100

Color Harmonies of #D21072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21072

Black with #D21072

Text Example


Text Example

White with #D21072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21072; }

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

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

background-color css

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

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

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

border-color css

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

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

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