Html Css Color HEX #DB327A Deep Cerise

📋 copy color: '#DB327A'

red 219 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #DB327A

Tints of Deep Cerise #DB327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 56.01%
G = 12.79%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB327A (or 0xDB327A) is known color: Deep Cerise. HEX triplet: DB, 32 and 7A. RGB value is (219,50,122). Sum of RGB (Red+Green+Blue) = 219+50+122=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB327A is #24CD85. Grayscale: #6C6C6C. Windows color (decimal): -2411910 or 8008411. OLE color: 8008411.

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

Color convert

RGB 219 50 122 -
CMYK 0 0.77 0.44 0.14
HSL 334.44º 0.7% 0.53% -
HSV(B) 334.44º 0.77% 0.86% -
XYZ 33.87 18.75 20.25 -
YUV 108.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 219 50 122 0 0.77 0.44 0.14 334.44 0.7 0.53
Hex DB 32 7A 0 4D 2C E 14E 46 35
Octal 333 62 172 0 115 54 16 516 106 65
Binary 11011011 110010 1111010 0 1001101 101100 1110 101001110 1000110 110101

Color Harmonies of #DB327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB327A

Black with #DB327A

Text Example


Text Example

White with #DB327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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