Html Css Color HEX #D22264 Cerise

📋 copy color: '#D22264'

red 210 ◦ green 34 ◦ blue 100

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

Shades of Cerise #D22264

Tints of Cerise #D22264

RGB

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

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

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

R = 61.05%
G = 9.88%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D22264 (or 0xD22264) is known color: Cerise. HEX triplet: D2, 22 and 64. RGB value is (210,34,100). Sum of RGB (Red+Green+Blue) = 210+34+100=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D22264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22264 is #2DDD9B. Grayscale: #5E5E5E. Windows color (decimal): -3005852 or 6562514. OLE color: 6562514.

HSL color Cylindrical-coordinate representation of color #D22264: hue angle of 337.5º 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 #D22264 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 34 100 -
CMYK 0 0.84 0.52 0.18
HSL 337.5º 0.72% 0.48% -
HSV(B) 337.5º 0.84% 0.82% -
XYZ 29.45 15.77 13.55 -
YUV 94.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 210 34 100 0 0.84 0.52 0.18 337.5 0.72 0.48
Hex D2 22 64 0 54 34 12 152 48 30
Octal 322 42 144 0 124 64 22 522 110 60
Binary 11010010 100010 1100100 0 1010100 110100 10010 101010010 1001000 110000

Color Harmonies of #D22264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22264

Black with #D22264

Text Example


Text Example

White with #D22264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22264; }

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

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

background-color css

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

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

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

border-color css

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

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

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