Html Css Color HEX #D22775 Deep Cerise

📋 copy color: '#D22775'

red 210 ◦ green 39 ◦ blue 117

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

Shades of Deep Cerise #D22775

Tints of Deep Cerise #D22775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.66%

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 57.38%
G = 10.66%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D22775 (or 0xD22775) is known color: Deep Cerise. HEX triplet: D2, 27 and 75. RGB value is (210,39,117). Sum of RGB (Red+Green+Blue) = 210+39+117=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D22775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22775 is #2DD88A. Grayscale: #626262. Windows color (decimal): -3004555 or 7677906. OLE color: 7677906.

HSL color Cylindrical-coordinate representation of color #D22775: hue angle of 332.63º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22775 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 117 -
CMYK 0 0.81 0.44 0.18
HSL 332.63º 0.69% 0.49% -
HSV(B) 332.63º 0.81% 0.82% -
XYZ 30.51 16.44 18.39 -
YUV 99.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 210 39 117 0 0.81 0.44 0.18 332.63 0.69 0.49
Hex D2 27 75 0 51 2C 12 14D 45 31
Octal 322 47 165 0 121 54 22 515 105 61
Binary 11010010 100111 1110101 0 1010001 101100 10010 101001101 1000101 110001

Color Harmonies of #D22775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22775

Black with #D22775

Text Example


Text Example

White with #D22775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22775; }

 p { color: rgb(210,39,117); }

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

background-color css

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

 a { background-color: rgb(210,39,117); }

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

border-color css

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

 span { border-color: rgb(210,39,117); }

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