#D22A6D

Color #D22A6D Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D22A6D

Tints of Cerise #D22A6D

Color information

#D22A6D (or 0xD22A6D) is unknown color: approx Cerise. HEX triplet: D2, 2A and 6D. RGB value is (210,42,109). Sum of RGB (Red+Green+Blue) = 210+42+109=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22A6D is #2DD592. Grayscale: #636363. Windows color (decimal): -3003795 or 7154386. OLE color: 7154386.

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

Color convert

RGB21042109-
CMYK00.80.480.18
HSL336.07º66.67%49.41%-
HSV(B)336.07º80%82.35%-
XYZ30.1716.4616.06-
YUV99.87133.16206.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.17%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=58.17%
G=11.63%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104210900.80.480.18336.0766.6749.41
HexD22A6D05030121504331
Octal322521550120602252010361
Binary11010010101010110110101010000110000100101010100001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22A6D; }

 p { color: rgb(210,42,109); }

 H1.HeaderClassName
 {
   color: #D22A6D;
 }
 .AnyTagClassName
 {
   color: #D22A6D;
 }
</style>
background-color css

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

 a { background-color: rgb(210,42,109); }

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

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

 span { border-color: rgb(210,42,109); }

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