Html Css Color HEX #DA296F Cerise

📋 copy color: '#DA296F'

red 218 ◦ green 41 ◦ blue 111

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

Shades of Cerise #DA296F

Tints of Cerise #DA296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 58.92%
G = 11.08%
B = 30%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA296F (or 0xDA296F) is known color: Cerise. HEX triplet: DA, 29 and 6F. RGB value is (218,41,111). Sum of RGB (Red+Green+Blue) = 218+41+111=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA296F is #25D690. Grayscale: #656565. Windows color (decimal): -2479761 or 7285210. OLE color: 7285210.

HSL color Cylindrical-coordinate representation of color #DA296F: hue angle of 336.27º 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 #DA296F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 111 -
CMYK 0 0.81 0.49 0.15
HSL 336.27º 0.71% 0.51% -
HSV(B) 336.27º 0.81% 0.85% -
XYZ 32.58 17.64 16.73 -
YUV 101.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 218 41 111 0 0.81 0.49 0.15 336.27 0.71 0.51
Hex DA 29 6F 0 51 31 F 150 47 33
Octal 332 51 157 0 121 61 17 520 107 63
Binary 11011010 101001 1101111 0 1010001 110001 1111 101010000 1000111 110011

Color Harmonies of #DA296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA296F

Black with #DA296F

Text Example


Text Example

White with #DA296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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