Html Css Color HEX #DB3A9F Deep Cerise

📋 copy color: '#DB3A9F'

red 219 ◦ green 58 ◦ blue 159

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

Shades of Deep Cerise #DB3A9F

Tints of Deep Cerise #DB3A9F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 50.23%
G = 13.3%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB3A9F (or 0xDB3A9F) is known color: Deep Cerise. HEX triplet: DB, 3A and 9F. RGB value is (219,58,159). Sum of RGB (Red+Green+Blue) = 219+58+159=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A9F is #24C560. Grayscale: #757575. Windows color (decimal): -2409825 or 10435291. OLE color: 10435291.

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

Color convert

RGB 219 58 159 -
CMYK 0 0.74 0.27 0.14
HSL 322.36º 0.69% 0.54% -
HSV(B) 322.36º 0.74% 0.86% -
XYZ 36.98 20.59 34.83 -
YUV 117.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 219 58 159 0 0.74 0.27 0.14 322.36 0.69 0.54
Hex DB 3A 9F 0 4A 1B E 142 45 36
Octal 333 72 237 0 112 33 16 502 105 66
Binary 11011011 111010 10011111 0 1001010 11011 1110 101000010 1000101 110110

Color Harmonies of #DB3A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A9F

Black with #DB3A9F

Text Example


Text Example

White with #DB3A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A9F; }

 p { color: rgb(219,58,159); }

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

background-color css

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

 a { background-color: rgb(219,58,159); }

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

border-color css

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

 span { border-color: rgb(219,58,159); }

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