Html Css Color HEX #DB429B Deep Cerise

📋 copy color: '#DB429B'

red 219 ◦ green 66 ◦ blue 155

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

Shades of Deep Cerise #DB429B

Tints of Deep Cerise #DB429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

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

R = 49.77%
G = 15%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB429B (or 0xDB429B) is known color: Deep Cerise. HEX triplet: DB, 42 and 9B. RGB value is (219,66,155). Sum of RGB (Red+Green+Blue) = 219+66+155=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB429B is #24BD64. Grayscale: #797979. Windows color (decimal): -2407781 or 10175195. OLE color: 10175195.

HSL color Cylindrical-coordinate representation of color #DB429B: hue angle of 325.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB429B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 155 -
CMYK 0 0.70 0.29 0.14
HSL 325.1º 0.68% 0.56% -
HSV(B) 325.1º 0.7% 0.86% -
XYZ 37.08 21.32 33.17 -
YUV 121.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 219 66 155 0 0.70 0.29 0.14 325.1 0.68 0.56
Hex DB 42 9B 0 46 1D E 145 44 38
Octal 333 102 233 0 106 35 16 505 104 70
Binary 11011011 1000010 10011011 0 1000110 11101 1110 101000101 1000100 111000

Color Harmonies of #DB429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB429B

Black with #DB429B

Text Example


Text Example

White with #DB429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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