Html Css Color HEX #DB327C Deep Cerise

📋 copy color: '#DB327C'

red 219 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #DB327C

Tints of Deep Cerise #DB327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 55.73%
G = 12.72%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB327C (or 0xDB327C) is known color: Deep Cerise. HEX triplet: DB, 32 and 7C. RGB value is (219,50,124). Sum of RGB (Red+Green+Blue) = 219+50+124=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB327C is #24CD83. Grayscale: #6C6C6C. Windows color (decimal): -2411908 or 8139483. OLE color: 8139483.

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

Color convert

RGB 219 50 124 -
CMYK 0 0.77 0.43 0.14
HSL 333.73º 0.7% 0.53% -
HSV(B) 333.73º 0.77% 0.86% -
XYZ 33.99 18.8 20.91 -
YUV 108.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 219 50 124 0 0.77 0.43 0.14 333.73 0.7 0.53
Hex DB 32 7C 0 4D 2B E 14E 46 35
Octal 333 62 174 0 115 53 16 516 106 65
Binary 11011011 110010 1111100 0 1001101 101011 1110 101001110 1000110 110101

Color Harmonies of #DB327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB327C

Black with #DB327C

Text Example


Text Example

White with #DB327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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