Html Css Color HEX #DB34A4 Deep Cerise

📋 copy color: '#DB34A4'

red 219 ◦ green 52 ◦ blue 164

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

Shades of Deep Cerise #DB34A4

Tints of Deep Cerise #DB34A4

RGB

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

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

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

R = 50.34%
G = 11.95%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB34A4 (or 0xDB34A4) is known color: Deep Cerise. HEX triplet: DB, 34 and A4. RGB value is (219,52,164). Sum of RGB (Red+Green+Blue) = 219+52+164=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34A4 is #24CB5B. Grayscale: #727272. Windows color (decimal): -2411356 or 10761435. OLE color: 10761435.

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

Color convert

RGB 219 52 164 -
CMYK 0 0.76 0.25 0.14
HSL 319.76º 0.7% 0.53% -
HSV(B) 319.76º 0.76% 0.86% -
XYZ 37.14 20.2 37.06 -
YUV 114.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 219 52 164 0 0.76 0.25 0.14 319.76 0.7 0.53
Hex DB 34 A4 0 4C 19 E 140 46 35
Octal 333 64 244 0 114 31 16 500 106 65
Binary 11011011 110100 10100100 0 1001100 11001 1110 101000000 1000110 110101

Color Harmonies of #DB34A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34A4

Black with #DB34A4

Text Example


Text Example

White with #DB34A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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