Html Css Color HEX #D22595 Deep Cerise

📋 copy color: '#D22595'

red 210 ◦ green 37 ◦ blue 149

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

Shades of Deep Cerise #D22595

Tints of Deep Cerise #D22595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.34%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 53.03%
G = 9.34%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D22595 (or 0xD22595) is known color: Deep Cerise. HEX triplet: D2, 25 and 95. RGB value is (210,37,149). Sum of RGB (Red+Green+Blue) = 210+37+149=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D22595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22595 is #2DDA6A. Grayscale: #656565. Windows color (decimal): -3005035 or 9774546. OLE color: 9774546.

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

Color convert

RGB 210 37 149 -
CMYK 0 0.82 0.29 0.18
HSL 321.16º 0.7% 0.48% -
HSV(B) 321.16º 0.82% 0.82% -
XYZ 32.66 17.19 30.03 -
YUV 101.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 210 37 149 0 0.82 0.29 0.18 321.16 0.7 0.48
Hex D2 25 95 0 52 1D 12 141 46 30
Octal 322 45 225 0 122 35 22 501 106 60
Binary 11010010 100101 10010101 0 1010010 11101 10010 101000001 1000110 110000

Color Harmonies of #D22595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22595

Black with #D22595

Text Example


Text Example

White with #D22595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22595; }

 p { color: rgb(210,37,149); }

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

background-color css

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

 a { background-color: rgb(210,37,149); }

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

border-color css

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

 span { border-color: rgb(210,37,149); }

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