Html Css Color HEX #DB3BA7 Deep Cerise

📋 copy color: '#DB3BA7'

red 219 ◦ green 59 ◦ blue 167

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

Shades of Deep Cerise #DB3BA7

Tints of Deep Cerise #DB3BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.53%

R = 49.21%
G = 13.26%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB3BA7 (or 0xDB3BA7) is known color: Deep Cerise. HEX triplet: DB, 3B and A7. RGB value is (219,59,167). Sum of RGB (Red+Green+Blue) = 219+59+167=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BA7 is #24C458. Grayscale: #767676. Windows color (decimal): -2409561 or 10959835. OLE color: 10959835.

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

Color convert

RGB 219 59 167 -
CMYK 0 0.73 0.24 0.14
HSL 319.5º 0.69% 0.55% -
HSV(B) 319.5º 0.73% 0.86% -
XYZ 37.75 20.98 38.62 -
YUV 119.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 219 59 167 0 0.73 0.24 0.14 319.5 0.69 0.55
Hex DB 3B A7 0 49 18 E 140 45 37
Octal 333 73 247 0 111 30 16 500 105 67
Binary 11011011 111011 10100111 0 1001001 11000 1110 101000000 1000101 110111

Color Harmonies of #DB3BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BA7

Black with #DB3BA7

Text Example


Text Example

White with #DB3BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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