Html Css Color HEX #DB399A Deep Cerise

📋 copy color: '#DB399A'

red 219 ◦ green 57 ◦ blue 154

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

Shades of Deep Cerise #DB399A

Tints of Deep Cerise #DB399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.26%

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

R = 50.93%
G = 13.26%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB399A (or 0xDB399A) is known color: Deep Cerise. HEX triplet: DB, 39 and 9A. RGB value is (219,57,154). Sum of RGB (Red+Green+Blue) = 219+57+154=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB399A is #24C665. Grayscale: #747474. Windows color (decimal): -2410086 or 10107355. OLE color: 10107355.

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

Color convert

RGB 219 57 154 -
CMYK 0 0.74 0.30 0.14
HSL 324.07º 0.69% 0.54% -
HSV(B) 324.07º 0.74% 0.86% -
XYZ 36.51 20.32 32.57 -
YUV 116.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 219 57 154 0 0.74 0.30 0.14 324.07 0.69 0.54
Hex DB 39 9A 0 4A 1E E 144 45 36
Octal 333 71 232 0 112 36 16 504 105 66
Binary 11011011 111001 10011010 0 1001010 11110 1110 101000100 1000101 110110

Color Harmonies of #DB399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB399A

Black with #DB399A

Text Example


Text Example

White with #DB399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB399A; }

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

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

background-color css

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

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

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

border-color css

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

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

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