Html Css Color HEX #DB299B Deep Cerise

📋 copy color: '#DB299B'

red 219 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #DB299B

Tints of Deep Cerise #DB299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 52.77%
G = 9.88%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB299B (or 0xDB299B) is known color: Deep Cerise. HEX triplet: DB, 29 and 9B. RGB value is (219,41,155). Sum of RGB (Red+Green+Blue) = 219+41+155=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB299B is #24D664. Grayscale: #6A6A6A. Windows color (decimal): -2414181 or 10168795. OLE color: 10168795.

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

Color convert

RGB 219 41 155 -
CMYK 0 0.81 0.29 0.14
HSL 321.57º 0.71% 0.51% -
HSV(B) 321.57º 0.81% 0.86% -
XYZ 35.92 19.01 32.79 -
YUV 107.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 219 41 155 0 0.81 0.29 0.14 321.57 0.71 0.51
Hex DB 29 9B 0 51 1D E 142 47 33
Octal 333 51 233 0 121 35 16 502 107 63
Binary 11011011 101001 10011011 0 1010001 11101 1110 101000010 1000111 110011

Color Harmonies of #DB299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB299B

Black with #DB299B

Text Example


Text Example

White with #DB299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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