Html Css Color HEX #DB429F Deep Cerise

📋 copy color: '#DB429F'

red 219 ◦ green 66 ◦ blue 159

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

Shades of Deep Cerise #DB429F

Tints of Deep Cerise #DB429F

RGB

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

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

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

R = 49.32%
G = 14.86%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB429F (or 0xDB429F) is known color: Deep Cerise. HEX triplet: DB, 42 and 9F. RGB value is (219,66,159). Sum of RGB (Red+Green+Blue) = 219+66+159=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB429F is #24BD60. Grayscale: #7A7A7A. Windows color (decimal): -2407777 or 10437339. OLE color: 10437339.

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

Color convert

RGB 219 66 159 -
CMYK 0 0.70 0.27 0.14
HSL 323.53º 0.68% 0.56% -
HSV(B) 323.53º 0.7% 0.86% -
XYZ 37.42 21.46 34.97 -
YUV 122.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 219 66 159 0 0.70 0.27 0.14 323.53 0.68 0.56
Hex DB 42 9F 0 46 1B E 144 44 38
Octal 333 102 237 0 106 33 16 504 104 70
Binary 11011011 1000010 10011111 0 1000110 11011 1110 101000100 1000100 111000

Color Harmonies of #DB429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB429F

Black with #DB429F

Text Example


Text Example

White with #DB429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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