Html Css Color HEX #D22C55 Cerise

📋 copy color: '#D22C55'

red 210 ◦ green 44 ◦ blue 85

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

Shades of Cerise #D22C55

Tints of Cerise #D22C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 61.95%
G = 12.98%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22C55 (or 0xD22C55) is known color: Cerise. HEX triplet: D2, 2C and 55. RGB value is (210,44,85). Sum of RGB (Red+Green+Blue) = 210+44+85=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C55 is #2DD3AA. Grayscale: #626262. Windows color (decimal): -3003307 or 5582034. OLE color: 5582034.

HSL color Cylindrical-coordinate representation of color #D22C55: hue angle of 345.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C55 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 44 85 -
CMYK 0 0.79 0.60 0.18
HSL 345.18º 0.65% 0.5% -
HSV(B) 345.18º 0.79% 0.82% -
XYZ 29.12 16.16 10.18 -
YUV 98.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 210 44 85 0 0.79 0.60 0.18 345.18 0.65 0.5
Hex D2 2C 55 0 4F 3C 12 159 41 32
Octal 322 54 125 0 117 74 22 531 101 62
Binary 11010010 101100 1010101 0 1001111 111100 10010 101011001 1000001 110010

Color Harmonies of #D22C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C55

Black with #D22C55

Text Example


Text Example

White with #D22C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C55; }

 p { color: rgb(210,44,85); }

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

background-color css

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

 a { background-color: rgb(210,44,85); }

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

border-color css

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

 span { border-color: rgb(210,44,85); }

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