Html Css Color HEX #DB387C Deep Cerise

📋 copy color: '#DB387C'

red 219 ◦ green 56 ◦ blue 124

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

Shades of Deep Cerise #DB387C

Tints of Deep Cerise #DB387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 54.89%
G = 14.04%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB387C (or 0xDB387C) is known color: Deep Cerise. HEX triplet: DB, 38 and 7C. RGB value is (219,56,124). Sum of RGB (Red+Green+Blue) = 219+56+124=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB387C is #24C783. Grayscale: #707070. Windows color (decimal): -2410372 or 8141019. OLE color: 8141019.

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

Color convert

RGB 219 56 124 -
CMYK 0 0.74 0.43 0.14
HSL 334.97º 0.69% 0.54% -
HSV(B) 334.97º 0.74% 0.86% -
XYZ 34.27 19.34 21 -
YUV 112.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 219 56 124 0 0.74 0.43 0.14 334.97 0.69 0.54
Hex DB 38 7C 0 4A 2B E 14F 45 36
Octal 333 70 174 0 112 53 16 517 105 66
Binary 11011011 111000 1111100 0 1001010 101011 1110 101001111 1000101 110110

Color Harmonies of #DB387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB387C

Black with #DB387C

Text Example


Text Example

White with #DB387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB387C; }

 p { color: rgb(219,56,124); }

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

background-color css

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

 a { background-color: rgb(219,56,124); }

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

border-color css

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

 span { border-color: rgb(219,56,124); }

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