Html Css Color HEX #DB296B Cerise

📋 copy color: '#DB296B'

red 219 ◦ green 41 ◦ blue 107

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

Shades of Cerise #DB296B

Tints of Cerise #DB296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 59.67%
G = 11.17%
B = 29.16%

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

#DB296B (or 0xDB296B) is known color: Cerise. HEX triplet: DB, 29 and 6B. RGB value is (219,41,107). Sum of RGB (Red+Green+Blue) = 219+41+107=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB296B is #24D694. Grayscale: #656565. Windows color (decimal): -2414229 or 7023067. OLE color: 7023067.

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

Color convert

RGB 219 41 107 -
CMYK 0 0.81 0.51 0.14
HSL 337.75º 0.71% 0.51% -
HSV(B) 337.75º 0.81% 0.86% -
XYZ 32.66 17.71 15.61 -
YUV 101.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 219 41 107 0 0.81 0.51 0.14 337.75 0.71 0.51
Hex DB 29 6B 0 51 33 E 152 47 33
Octal 333 51 153 0 121 63 16 522 107 63
Binary 11011011 101001 1101011 0 1010001 110011 1110 101010010 1000111 110011

Color Harmonies of #DB296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB296B

Black with #DB296B

Text Example


Text Example

White with #DB296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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