Html Css Color HEX #DB339E Deep Cerise

📋 copy color: '#DB339E'

red 219 ◦ green 51 ◦ blue 158

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

Shades of Deep Cerise #DB339E

Tints of Deep Cerise #DB339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.92%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 51.17%
G = 11.92%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB339E (or 0xDB339E) is known color: Deep Cerise. HEX triplet: DB, 33 and 9E. RGB value is (219,51,158). Sum of RGB (Red+Green+Blue) = 219+51+158=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB339E is #24CC61. Grayscale: #717171. Windows color (decimal): -2411618 or 10367963. OLE color: 10367963.

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

Color convert

RGB 219 51 158 -
CMYK 0 0.77 0.28 0.14
HSL 321.79º 0.7% 0.53% -
HSV(B) 321.79º 0.77% 0.86% -
XYZ 36.57 19.9 34.26 -
YUV 113.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 219 51 158 0 0.77 0.28 0.14 321.79 0.7 0.53
Hex DB 33 9E 0 4D 1C E 142 46 35
Octal 333 63 236 0 115 34 16 502 106 65
Binary 11011011 110011 10011110 0 1001101 11100 1110 101000010 1000110 110101

Color Harmonies of #DB339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB339E

Black with #DB339E

Text Example


Text Example

White with #DB339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB339E; }

 p { color: rgb(219,51,158); }

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

background-color css

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

 a { background-color: rgb(219,51,158); }

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

border-color css

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

 span { border-color: rgb(219,51,158); }

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