Html Css Color HEX #DB339C Deep Cerise

📋 copy color: '#DB339C'

red 219 ◦ green 51 ◦ blue 156

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

Shades of Deep Cerise #DB339C

Tints of Deep Cerise #DB339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 51.41%
G = 11.97%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB339C (or 0xDB339C) is known color: Deep Cerise. HEX triplet: DB, 33 and 9C. RGB value is (219,51,156). Sum of RGB (Red+Green+Blue) = 219+51+156=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB339C is #24CC63. Grayscale: #707070. Windows color (decimal): -2411620 or 10236891. OLE color: 10236891.

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

Color convert

RGB 219 51 156 -
CMYK 0 0.77 0.29 0.14
HSL 322.5º 0.7% 0.53% -
HSV(B) 322.5º 0.77% 0.86% -
XYZ 36.4 19.83 33.36 -
YUV 113.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 219 51 156 0 0.77 0.29 0.14 322.5 0.7 0.53
Hex DB 33 9C 0 4D 1D E 142 46 35
Octal 333 63 234 0 115 35 16 502 106 65
Binary 11011011 110011 10011100 0 1001101 11101 1110 101000010 1000110 110101

Color Harmonies of #DB339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB339C

Black with #DB339C

Text Example


Text Example

White with #DB339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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