Html Css Color HEX #DB299F Deep Cerise

📋 copy color: '#DB299F'

red 219 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #DB299F

Tints of Deep Cerise #DB299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 52.27%
G = 9.79%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB299F (or 0xDB299F) is known color: Deep Cerise. HEX triplet: DB, 29 and 9F. RGB value is (219,41,159). Sum of RGB (Red+Green+Blue) = 219+41+159=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB299F is #24D660. Grayscale: #6B6B6B. Windows color (decimal): -2414177 or 10430939. OLE color: 10430939.

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

Color convert

RGB 219 41 159 -
CMYK 0 0.81 0.27 0.14
HSL 320.22º 0.71% 0.51% -
HSV(B) 320.22º 0.81% 0.86% -
XYZ 36.26 19.15 34.59 -
YUV 107.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 219 41 159 0 0.81 0.27 0.14 320.22 0.71 0.51
Hex DB 29 9F 0 51 1B E 140 47 33
Octal 333 51 237 0 121 33 16 500 107 63
Binary 11011011 101001 10011111 0 1010001 11011 1110 101000000 1000111 110011

Color Harmonies of #DB299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB299F

Black with #DB299F

Text Example


Text Example

White with #DB299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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