Html Css Color HEX #DB3BA4 Deep Cerise

📋 copy color: '#DB3BA4'

red 219 ◦ green 59 ◦ blue 164

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

Shades of Deep Cerise #DB3BA4

Tints of Deep Cerise #DB3BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 49.55%
G = 13.35%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB3BA4 (or 0xDB3BA4) is known color: Deep Cerise. HEX triplet: DB, 3B and A4. RGB value is (219,59,164). Sum of RGB (Red+Green+Blue) = 219+59+164=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BA4 is #24C45B. Grayscale: #767676. Windows color (decimal): -2409564 or 10763227. OLE color: 10763227.

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

Color convert

RGB 219 59 164 -
CMYK 0 0.73 0.25 0.14
HSL 320.63º 0.69% 0.55% -
HSV(B) 320.63º 0.73% 0.86% -
XYZ 37.48 20.87 37.17 -
YUV 118.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 219 59 164 0 0.73 0.25 0.14 320.63 0.69 0.55
Hex DB 3B A4 0 49 19 E 141 45 37
Octal 333 73 244 0 111 31 16 501 105 67
Binary 11011011 111011 10100100 0 1001001 11001 1110 101000001 1000101 110111

Color Harmonies of #DB3BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BA4

Black with #DB3BA4

Text Example


Text Example

White with #DB3BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BA4; }

 p { color: rgb(219,59,164); }

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

background-color css

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

 a { background-color: rgb(219,59,164); }

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

border-color css

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

 span { border-color: rgb(219,59,164); }

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