#DA236A

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

Shades of Cerise #DA236A

Tints of Cerise #DA236A

Color information

#DA236A (or 0xDA236A) is unknown color: approx Cerise. HEX triplet: DA, 23 and 6A. RGB value is (218,35,106). Sum of RGB (Red+Green+Blue) = 218+35+106=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA236A is #25DC95. Grayscale: #616161. Windows color (decimal): -2481302 or 6955994. OLE color: 6955994.

HSL color Cylindrical-coordinate representation of color #DA236A: hue angle of 336.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA236A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21835106-
CMYK00.840.510.15
HSL336.72º72.33%49.61%-
HSV(B)336.72º83.94%85.49%-
XYZ32.1217.1515.25-
YUV97.81132.63213.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.72%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=60.72%
G=9.75%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183510600.840.510.15336.7272.3349.61
HexDA236A05433F1514832
Octal332431520124631752111062
Binary1101101010001111010100101010011001111111010100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA236A; }

 p { color: rgb(218,35,106); }

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

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

 a { background-color: rgb(218,35,106); }

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

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

 span { border-color: rgb(218,35,106); }

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