Html Css Color HEX #DB397B Deep Cerise

📋 copy color: '#DB397B'

red 219 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #DB397B

Tints of Deep Cerise #DB397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 54.89%
G = 14.29%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB397B (or 0xDB397B) is known color: Deep Cerise. HEX triplet: DB, 39 and 7B. RGB value is (219,57,123). Sum of RGB (Red+Green+Blue) = 219+57+123=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB397B is #24C684. Grayscale: #707070. Windows color (decimal): -2410117 or 8075739. OLE color: 8075739.

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

Color convert

RGB 219 57 123 -
CMYK 0 0.74 0.44 0.14
HSL 335.56º 0.69% 0.54% -
HSV(B) 335.56º 0.74% 0.86% -
XYZ 34.25 19.42 20.68 -
YUV 112.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 219 57 123 0 0.74 0.44 0.14 335.56 0.69 0.54
Hex DB 39 7B 0 4A 2C E 150 45 36
Octal 333 71 173 0 112 54 16 520 105 66
Binary 11011011 111001 1111011 0 1001010 101100 1110 101010000 1000101 110110

Color Harmonies of #DB397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB397B

Black with #DB397B

Text Example


Text Example

White with #DB397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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