Html Css Color HEX #DB328D Deep Cerise

📋 copy color: '#DB328D'

red 219 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #DB328D

Tints of Deep Cerise #DB328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 53.41%
G = 12.2%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB328D (or 0xDB328D) is known color: Deep Cerise. HEX triplet: DB, 32 and 8D. RGB value is (219,50,141). Sum of RGB (Red+Green+Blue) = 219+50+141=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328D is #24CD72. Grayscale: #6E6E6E. Windows color (decimal): -2411891 or 9253595. OLE color: 9253595.

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

Color convert

RGB 219 50 141 -
CMYK 0 0.77 0.36 0.14
HSL 327.69º 0.7% 0.53% -
HSV(B) 327.69º 0.77% 0.86% -
XYZ 35.16 19.26 27.06 -
YUV 110.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 219 50 141 0 0.77 0.36 0.14 327.69 0.7 0.53
Hex DB 32 8D 0 4D 24 E 148 46 35
Octal 333 62 215 0 115 44 16 510 106 65
Binary 11011011 110010 10001101 0 1001101 100100 1110 101001000 1000110 110101

Color Harmonies of #DB328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB328D

Black with #DB328D

Text Example


Text Example

White with #DB328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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