Html Css Color HEX #DB328B Deep Cerise

📋 copy color: '#DB328B'

red 219 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #DB328B

Tints of Deep Cerise #DB328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 53.68%
G = 12.25%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB328B (or 0xDB328B) is known color: Deep Cerise. HEX triplet: DB, 32 and 8B. RGB value is (219,50,139). Sum of RGB (Red+Green+Blue) = 219+50+139=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328B is #24CD74. Grayscale: #6E6E6E. Windows color (decimal): -2411893 or 9122523. OLE color: 9122523.

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

Color convert

RGB 219 50 139 -
CMYK 0 0.77 0.37 0.14
HSL 328.4º 0.7% 0.53% -
HSV(B) 328.4º 0.77% 0.86% -
XYZ 35.01 19.21 26.29 -
YUV 110.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 219 50 139 0 0.77 0.37 0.14 328.4 0.7 0.53
Hex DB 32 8B 0 4D 25 E 148 46 35
Octal 333 62 213 0 115 45 16 510 106 65
Binary 11011011 110010 10001011 0 1001101 100101 1110 101001000 1000110 110101

Color Harmonies of #DB328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB328B

Black with #DB328B

Text Example


Text Example

White with #DB328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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