Html Css Color HEX #DB388B Deep Cerise

📋 copy color: '#DB388B'

red 219 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #DB388B

Tints of Deep Cerise #DB388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 52.9%
G = 13.53%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB388B (or 0xDB388B) is known color: Deep Cerise. HEX triplet: DB, 38 and 8B. RGB value is (219,56,139). Sum of RGB (Red+Green+Blue) = 219+56+139=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB388B is #24C774. Grayscale: #727272. Windows color (decimal): -2410357 or 9124059. OLE color: 9124059.

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

Color convert

RGB 219 56 139 -
CMYK 0 0.74 0.37 0.14
HSL 329.45º 0.69% 0.54% -
HSV(B) 329.45º 0.74% 0.86% -
XYZ 35.29 19.75 26.38 -
YUV 114.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 219 56 139 0 0.74 0.37 0.14 329.45 0.69 0.54
Hex DB 38 8B 0 4A 25 E 149 45 36
Octal 333 70 213 0 112 45 16 511 105 66
Binary 11011011 111000 10001011 0 1001010 100101 1110 101001001 1000101 110110

Color Harmonies of #DB388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB388B

Black with #DB388B

Text Example


Text Example

White with #DB388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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