Html Css Color HEX #D22B64 Cerise

📋 copy color: '#D22B64'

red 210 ◦ green 43 ◦ blue 100

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

Shades of Cerise #D22B64

Tints of Cerise #D22B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 59.49%
G = 12.18%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D22B64 (or 0xD22B64) is known color: Cerise. HEX triplet: D2, 2B and 64. RGB value is (210,43,100). Sum of RGB (Red+Green+Blue) = 210+43+100=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B64 is #2DD49B. Grayscale: #636363. Windows color (decimal): -3003548 or 6564818. OLE color: 6564818.

HSL color Cylindrical-coordinate representation of color #D22B64: hue angle of 339.52º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B64 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 100 -
CMYK 0 0.80 0.52 0.18
HSL 339.52º 0.66% 0.5% -
HSV(B) 339.52º 0.8% 0.82% -
XYZ 29.74 16.35 13.64 -
YUV 99.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 210 43 100 0 0.80 0.52 0.18 339.52 0.66 0.5
Hex D2 2B 64 0 50 34 12 154 42 32
Octal 322 53 144 0 120 64 22 524 102 62
Binary 11010010 101011 1100100 0 1010000 110100 10010 101010100 1000010 110010

Color Harmonies of #D22B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B64

Black with #D22B64

Text Example


Text Example

White with #D22B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B64; }

 p { color: rgb(210,43,100); }

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

background-color css

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

 a { background-color: rgb(210,43,100); }

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

border-color css

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

 span { border-color: rgb(210,43,100); }

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