Html Css Color HEX #DB3781 Deep Cerise

📋 copy color: '#DB3781'

red 219 ◦ green 55 ◦ blue 129

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

Shades of Deep Cerise #DB3781

Tints of Deep Cerise #DB3781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.65%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 54.34%
G = 13.65%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB3781 (or 0xDB3781) is known color: Deep Cerise. HEX triplet: DB, 37 and 81. RGB value is (219,55,129). Sum of RGB (Red+Green+Blue) = 219+55+129=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3781 is #24C87E. Grayscale: #707070. Windows color (decimal): -2410623 or 8468443. OLE color: 8468443.

HSL color Cylindrical-coordinate representation of color #DB3781: hue angle of 332.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3781 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 129 -
CMYK 0 0.75 0.41 0.14
HSL 332.93º 0.69% 0.54% -
HSV(B) 332.93º 0.75% 0.86% -
XYZ 34.54 19.38 22.69 -
YUV 112.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 219 55 129 0 0.75 0.41 0.14 332.93 0.69 0.54
Hex DB 37 81 0 4B 29 E 14D 45 36
Octal 333 67 201 0 113 51 16 515 105 66
Binary 11011011 110111 10000001 0 1001011 101001 1110 101001101 1000101 110110

Color Harmonies of #DB3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3781

Black with #DB3781

Text Example


Text Example

White with #DB3781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3781; }

 p { color: rgb(219,55,129); }

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

background-color css

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

 a { background-color: rgb(219,55,129); }

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

border-color css

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

 span { border-color: rgb(219,55,129); }

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