Html Css Color HEX #DB439B Deep Cerise

📋 copy color: '#DB439B'

red 219 ◦ green 67 ◦ blue 155

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

Shades of Deep Cerise #DB439B

Tints of Deep Cerise #DB439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.19%

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

R = 49.66%
G = 15.19%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB439B (or 0xDB439B) is known color: Deep Cerise. HEX triplet: DB, 43 and 9B. RGB value is (219,67,155). Sum of RGB (Red+Green+Blue) = 219+67+155=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB439B is #24BC64. Grayscale: #7A7A7A. Windows color (decimal): -2407525 or 10175451. OLE color: 10175451.

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

Color convert

RGB 219 67 155 -
CMYK 0 0.69 0.29 0.14
HSL 325.26º 0.68% 0.56% -
HSV(B) 325.26º 0.69% 0.86% -
XYZ 37.14 21.44 33.19 -
YUV 122.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 219 67 155 0 0.69 0.29 0.14 325.26 0.68 0.56
Hex DB 43 9B 0 45 1D E 145 44 38
Octal 333 103 233 0 105 35 16 505 104 70
Binary 11011011 1000011 10011011 0 1000101 11101 1110 101000101 1000100 111000

Color Harmonies of #DB439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB439B

Black with #DB439B

Text Example


Text Example

White with #DB439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB439B; }

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

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

background-color css

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

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

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

border-color css

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

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

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