Html Css Color HEX #D22073 Medium Violet Red

📋 copy color: '#D22073'

red 210 ◦ green 32 ◦ blue 115

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

Shades of Medium Violet Red #D22073

Tints of Medium Violet Red #D22073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 58.82%
G = 8.96%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D22073 (or 0xD22073) is known color: Medium Violet Red. HEX triplet: D2, 20 and 73. RGB value is (210,32,115). Sum of RGB (Red+Green+Blue) = 210+32+115=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D22073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22073 is #2DDF8C. Grayscale: #5E5E5E. Windows color (decimal): -3006349 or 7545042. OLE color: 7545042.

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

Color convert

RGB 210 32 115 -
CMYK 0 0.85 0.45 0.18
HSL 332.02º 0.74% 0.47% -
HSV(B) 332.02º 0.85% 0.82% -
XYZ 30.19 15.97 17.71 -
YUV 94.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 210 32 115 0 0.85 0.45 0.18 332.02 0.74 0.47
Hex D2 20 73 0 55 2D 12 14C 4A 2F
Octal 322 40 163 0 125 55 22 514 112 57
Binary 11010010 100000 1110011 0 1010101 101101 10010 101001100 1001010 101111

Color Harmonies of #D22073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22073

Black with #D22073

Text Example


Text Example

White with #D22073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22073; }

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

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

background-color css

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

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

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

border-color css

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

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

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