Html Css Color HEX #DA296C Cerise

📋 copy color: '#DA296C'

red 218 ◦ green 41 ◦ blue 108

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

Shades of Cerise #DA296C

Tints of Cerise #DA296C

RGB

 RED value IS 218 (85.55% from 255) = 59.4%

 GREEN value IS 41 (16.41% from 255) = 11.17%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 59.4%
G = 11.17%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA296C (or 0xDA296C) is known color: Cerise. HEX triplet: DA, 29 and 6C. RGB value is (218,41,108). Sum of RGB (Red+Green+Blue) = 218+41+108=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA296C is #25D693. Grayscale: #656565. Windows color (decimal): -2479764 or 7088602. OLE color: 7088602.

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

Color convert

RGB 218 41 108 -
CMYK 0 0.81 0.50 0.15
HSL 337.29º 0.71% 0.51% -
HSV(B) 337.29º 0.81% 0.85% -
XYZ 32.41 17.57 15.87 -
YUV 101.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 218 41 108 0 0.81 0.50 0.15 337.29 0.71 0.51
Hex DA 29 6C 0 51 32 F 151 47 33
Octal 332 51 154 0 121 62 17 521 107 63
Binary 11011010 101001 1101100 0 1010001 110010 1111 101010001 1000111 110011

Color Harmonies of #DA296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA296C

Black with #DA296C

Text Example


Text Example

White with #DA296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA296C; }

 p { color: rgb(218,41,108); }

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

background-color css

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

 a { background-color: rgb(218,41,108); }

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

border-color css

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

 span { border-color: rgb(218,41,108); }

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