Html Css Color HEX #DB329C Deep Cerise

📋 copy color: '#DB329C'

red 219 ◦ green 50 ◦ blue 156

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

Shades of Deep Cerise #DB329C

Tints of Deep Cerise #DB329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.76%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 51.53%
G = 11.76%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB329C (or 0xDB329C) is known color: Deep Cerise. HEX triplet: DB, 32 and 9C. RGB value is (219,50,156). Sum of RGB (Red+Green+Blue) = 219+50+156=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB329C is #24CD63. Grayscale: #707070. Windows color (decimal): -2411876 or 10236635. OLE color: 10236635.

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

Color convert

RGB 219 50 156 -
CMYK 0 0.77 0.29 0.14
HSL 322.37º 0.7% 0.53% -
HSV(B) 322.37º 0.77% 0.86% -
XYZ 36.35 19.74 33.35 -
YUV 112.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 219 50 156 0 0.77 0.29 0.14 322.37 0.7 0.53
Hex DB 32 9C 0 4D 1D E 142 46 35
Octal 333 62 234 0 115 35 16 502 106 65
Binary 11011011 110010 10011100 0 1001101 11101 1110 101000010 1000110 110101

Color Harmonies of #DB329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB329C

Black with #DB329C

Text Example


Text Example

White with #DB329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB329C; }

 p { color: rgb(219,50,156); }

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

background-color css

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

 a { background-color: rgb(219,50,156); }

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

border-color css

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

 span { border-color: rgb(219,50,156); }

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