Html Css Color HEX #DB339B Deep Cerise

📋 copy color: '#DB339B'

red 219 ◦ green 51 ◦ blue 155

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

Shades of Deep Cerise #DB339B

Tints of Deep Cerise #DB339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 51.53%
G = 12%
B = 36.47%

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

#DB339B (or 0xDB339B) is known color: Deep Cerise. HEX triplet: DB, 33 and 9B. RGB value is (219,51,155). Sum of RGB (Red+Green+Blue) = 219+51+155=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB339B is #24CC64. Grayscale: #707070. Windows color (decimal): -2411621 or 10171355. OLE color: 10171355.

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

Color convert

RGB 219 51 155 -
CMYK 0 0.77 0.29 0.14
HSL 322.86º 0.7% 0.53% -
HSV(B) 322.86º 0.77% 0.86% -
XYZ 36.31 19.79 32.92 -
YUV 113.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 219 51 155 0 0.77 0.29 0.14 322.86 0.7 0.53
Hex DB 33 9B 0 4D 1D E 143 46 35
Octal 333 63 233 0 115 35 16 503 106 65
Binary 11011011 110011 10011011 0 1001101 11101 1110 101000011 1000110 110101

Color Harmonies of #DB339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB339B

Black with #DB339B

Text Example


Text Example

White with #DB339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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