#DA2168

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

Shades of Cerise #DA2168

Tints of Cerise #DA2168

Color information

#DA2168 (or 0xDA2168) is unknown color: approx Cerise. HEX triplet: DA, 21 and 68. RGB value is (218,33,104). Sum of RGB (Red+Green+Blue) = 218+33+104=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2168 is #25DE97. Grayscale: #606060. Windows color (decimal): -2481816 or 6824410. OLE color: 6824410.

HSL color Cylindrical-coordinate representation of color #DA2168: hue angle of 336.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2168 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21833104-
CMYK00.850.520.15
HSL336.97º73.71%49.22%-
HSV(B)336.97º84.86%85.49%-
XYZ31.9616.9914.69-
YUV96.41132.29214.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.41%
GREEN value IS 33 (13.28% from 255) = 9.30%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=61.41%
G=9.30%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183310400.850.520.15336.9773.7149.22
HexDA216805534F1514a31
Octal332411500125641752111261
Binary1101101010000111010000101010111010011111010100011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2168; }

 p { color: rgb(218,33,104); }

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

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

 a { background-color: rgb(218,33,104); }

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

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

 span { border-color: rgb(218,33,104); }

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