Html Css Color HEX #DB296C Cerise

📋 copy color: '#DB296C'

red 219 ◦ green 41 ◦ blue 108

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

Shades of Cerise #DB296C

Tints of Cerise #DB296C

RGB

 RED value IS 219 (85.94% from 255) = 59.51%

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

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

R = 59.51%
G = 11.14%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB296C (or 0xDB296C) is known color: Cerise. HEX triplet: DB, 29 and 6C. RGB value is (219,41,108). Sum of RGB (Red+Green+Blue) = 219+41+108=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB296C is #24D693. Grayscale: #656565. Windows color (decimal): -2414228 or 7088603. OLE color: 7088603.

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

Color convert

RGB 219 41 108 -
CMYK 0 0.81 0.51 0.14
HSL 337.42º 0.71% 0.51% -
HSV(B) 337.42º 0.81% 0.86% -
XYZ 32.71 17.73 15.89 -
YUV 101.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 219 41 108 0 0.81 0.51 0.14 337.42 0.71 0.51
Hex DB 29 6C 0 51 33 E 151 47 33
Octal 333 51 154 0 121 63 16 521 107 63
Binary 11011011 101001 1101100 0 1010001 110011 1110 101010001 1000111 110011

Color Harmonies of #DB296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB296C

Black with #DB296C

Text Example


Text Example

White with #DB296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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