Html Css Color HEX #DB34A2 Deep Cerise

📋 copy color: '#DB34A2'

red 219 ◦ green 52 ◦ blue 162

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

Shades of Deep Cerise #DB34A2

Tints of Deep Cerise #DB34A2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.01%

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 50.58%
G = 12.01%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB34A2 (or 0xDB34A2) is known color: Deep Cerise. HEX triplet: DB, 34 and A2. RGB value is (219,52,162). Sum of RGB (Red+Green+Blue) = 219+52+162=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34A2 is #24CB5D. Grayscale: #727272. Windows color (decimal): -2411358 or 10630363. OLE color: 10630363.

HSL color Cylindrical-coordinate representation of color #DB34A2: hue angle of 320.48º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34A2 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 162 -
CMYK 0 0.76 0.26 0.14
HSL 320.48º 0.7% 0.53% -
HSV(B) 320.48º 0.76% 0.86% -
XYZ 36.96 20.12 36.12 -
YUV 114.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 219 52 162 0 0.76 0.26 0.14 320.48 0.7 0.53
Hex DB 34 A2 0 4C 1A E 140 46 35
Octal 333 64 242 0 114 32 16 500 106 65
Binary 11011011 110100 10100010 0 1001100 11010 1110 101000000 1000110 110101

Color Harmonies of #DB34A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34A2

Black with #DB34A2

Text Example


Text Example

White with #DB34A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34A2; }

 p { color: rgb(219,52,162); }

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

background-color css

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

 a { background-color: rgb(219,52,162); }

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

border-color css

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

 span { border-color: rgb(219,52,162); }

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