Html Css Color HEX #DB388A Deep Cerise

📋 copy color: '#DB388A'

red 219 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #DB388A

Tints of Deep Cerise #DB388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 53.03%
G = 13.56%
B = 33.41%

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

#DB388A (or 0xDB388A) is known color: Deep Cerise. HEX triplet: DB, 38 and 8A. RGB value is (219,56,138). Sum of RGB (Red+Green+Blue) = 219+56+138=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB388A is #24C775. Grayscale: #717171. Windows color (decimal): -2410358 or 9058523. OLE color: 9058523.

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

Color convert

RGB 219 56 138 -
CMYK 0 0.74 0.37 0.14
HSL 329.82º 0.69% 0.54% -
HSV(B) 329.82º 0.74% 0.86% -
XYZ 35.22 19.72 26 -
YUV 114.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 219 56 138 0 0.74 0.37 0.14 329.82 0.69 0.54
Hex DB 38 8A 0 4A 25 E 14A 45 36
Octal 333 70 212 0 112 45 16 512 105 66
Binary 11011011 111000 10001010 0 1001010 100101 1110 101001010 1000101 110110

Color Harmonies of #DB388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB388A

Black with #DB388A

Text Example


Text Example

White with #DB388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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