Html Css Color HEX #DB397F Deep Cerise

📋 copy color: '#DB397F'

red 219 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #DB397F

Tints of Deep Cerise #DB397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 54.34%
G = 14.14%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB397F (or 0xDB397F) is known color: Deep Cerise. HEX triplet: DB, 39 and 7F. RGB value is (219,57,127). Sum of RGB (Red+Green+Blue) = 219+57+127=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB397F is #24C680. Grayscale: #717171. Windows color (decimal): -2410113 or 8337883. OLE color: 8337883.

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

Color convert

RGB 219 57 127 -
CMYK 0 0.74 0.42 0.14
HSL 334.07º 0.69% 0.54% -
HSV(B) 334.07º 0.74% 0.86% -
XYZ 34.51 19.52 22.03 -
YUV 113.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 219 57 127 0 0.74 0.42 0.14 334.07 0.69 0.54
Hex DB 39 7F 0 4A 2A E 14E 45 36
Octal 333 71 177 0 112 52 16 516 105 66
Binary 11011011 111001 1111111 0 1001010 101010 1110 101001110 1000101 110110

Color Harmonies of #DB397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB397F

Black with #DB397F

Text Example


Text Example

White with #DB397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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