Html Css Color HEX #D22072 Medium Violet Red

📋 copy color: '#D22072'

red 210 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #D22072

Tints of Medium Violet Red #D22072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 58.99%
G = 8.99%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D22072 (or 0xD22072) is known color: Medium Violet Red. HEX triplet: D2, 20 and 72. RGB value is (210,32,114). Sum of RGB (Red+Green+Blue) = 210+32+114=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D22072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22072 is #2DDF8D. Grayscale: #5E5E5E. Windows color (decimal): -3006350 or 7479506. OLE color: 7479506.

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

Color convert

RGB 210 32 114 -
CMYK 0 0.85 0.46 0.18
HSL 332.36º 0.74% 0.47% -
HSV(B) 332.36º 0.85% 0.82% -
XYZ 30.13 15.95 17.41 -
YUV 94.57 138.97 210.33 -
System Red Green Blue C M Y K H S L
Decimal 210 32 114 0 0.85 0.46 0.18 332.36 0.74 0.47
Hex D2 20 72 0 55 2E 12 14C 4A 2F
Octal 322 40 162 0 125 56 22 514 112 57
Binary 11010010 100000 1110010 0 1010101 101110 10010 101001100 1001010 101111

Color Harmonies of #D22072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22072

Black with #D22072

Text Example


Text Example

White with #D22072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22072; }

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

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

background-color css

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

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

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

border-color css

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

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

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