Html Css Color HEX #D22288 Medium Violet Red

📋 copy color: '#D22288'

red 210 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #D22288

Tints of Medium Violet Red #D22288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 55.26%
G = 8.95%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D22288 (or 0xD22288) is known color: Medium Violet Red. HEX triplet: D2, 22 and 88. RGB value is (210,34,136). Sum of RGB (Red+Green+Blue) = 210+34+136=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22288 is #2DDD77. Grayscale: #626262. Windows color (decimal): -3005816 or 8921810. OLE color: 8921810.

HSL color Cylindrical-coordinate representation of color #D22288: hue angle of 325.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22288 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 34 136 -
CMYK 0 0.84 0.35 0.18
HSL 325.23º 0.72% 0.48% -
HSV(B) 325.23º 0.84% 0.82% -
XYZ 31.59 16.62 24.84 -
YUV 98.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 210 34 136 0 0.84 0.35 0.18 325.23 0.72 0.48
Hex D2 22 88 0 54 23 12 145 48 30
Octal 322 42 210 0 124 43 22 505 110 60
Binary 11010010 100010 10001000 0 1010100 100011 10010 101000101 1001000 110000

Color Harmonies of #D22288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22288

Black with #D22288

Text Example


Text Example

White with #D22288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22288; }

 p { color: rgb(210,34,136); }

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

background-color css

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

 a { background-color: rgb(210,34,136); }

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

border-color css

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

 span { border-color: rgb(210,34,136); }

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