Html Css Color HEX #DB429A Deep Cerise

📋 copy color: '#DB429A'

red 219 ◦ green 66 ◦ blue 154

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

Shades of Deep Cerise #DB429A

Tints of Deep Cerise #DB429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 49.89%
G = 15.03%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB429A (or 0xDB429A) is known color: Deep Cerise. HEX triplet: DB, 42 and 9A. RGB value is (219,66,154). Sum of RGB (Red+Green+Blue) = 219+66+154=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB429A is #24BD65. Grayscale: #797979. Windows color (decimal): -2407782 or 10109659. OLE color: 10109659.

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

Color convert

RGB 219 66 154 -
CMYK 0 0.70 0.30 0.14
HSL 325.49º 0.68% 0.56% -
HSV(B) 325.49º 0.7% 0.86% -
XYZ 36.99 21.29 32.73 -
YUV 121.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 219 66 154 0 0.70 0.30 0.14 325.49 0.68 0.56
Hex DB 42 9A 0 46 1E E 145 44 38
Octal 333 102 232 0 106 36 16 505 104 70
Binary 11011011 1000010 10011010 0 1000110 11110 1110 101000101 1000100 111000

Color Harmonies of #DB429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB429A

Black with #DB429A

Text Example


Text Example

White with #DB429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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