Html Css Color HEX #DB3A92 Deep Cerise

📋 copy color: '#DB3A92'

red 219 ◦ green 58 ◦ blue 146

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

Shades of Deep Cerise #DB3A92

Tints of Deep Cerise #DB3A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 51.77%
G = 13.71%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3A92 (or 0xDB3A92) is known color: Deep Cerise. HEX triplet: DB, 3A and 92. RGB value is (219,58,146). Sum of RGB (Red+Green+Blue) = 219+58+146=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A92 is #24C56D. Grayscale: #737373. Windows color (decimal): -2409838 or 9583323. OLE color: 9583323.

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

Color convert

RGB 219 58 146 -
CMYK 0 0.74 0.33 0.14
HSL 327.21º 0.69% 0.54% -
HSV(B) 327.21º 0.74% 0.86% -
XYZ 35.91 20.16 29.19 -
YUV 116.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 219 58 146 0 0.74 0.33 0.14 327.21 0.69 0.54
Hex DB 3A 92 0 4A 21 E 147 45 36
Octal 333 72 222 0 112 41 16 507 105 66
Binary 11011011 111010 10010010 0 1001010 100001 1110 101000111 1000101 110110

Color Harmonies of #DB3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A92

Black with #DB3A92

Text Example


Text Example

White with #DB3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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