Html Css Color HEX #DB337B Deep Cerise

📋 copy color: '#DB337B'

red 219 ◦ green 51 ◦ blue 123

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

Shades of Deep Cerise #DB337B

Tints of Deep Cerise #DB337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 55.73%
G = 12.98%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB337B (or 0xDB337B) is known color: Deep Cerise. HEX triplet: DB, 33 and 7B. RGB value is (219,51,123). Sum of RGB (Red+Green+Blue) = 219+51+123=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB337B is #24CC84. Grayscale: #6D6D6D. Windows color (decimal): -2411653 or 8074203. OLE color: 8074203.

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

Color convert

RGB 219 51 123 -
CMYK 0 0.77 0.44 0.14
HSL 334.29º 0.7% 0.53% -
HSV(B) 334.29º 0.77% 0.86% -
XYZ 33.97 18.86 20.59 -
YUV 109.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 219 51 123 0 0.77 0.44 0.14 334.29 0.7 0.53
Hex DB 33 7B 0 4D 2C E 14E 46 35
Octal 333 63 173 0 115 54 16 516 106 65
Binary 11011011 110011 1111011 0 1001101 101100 1110 101001110 1000110 110101

Color Harmonies of #DB337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB337B

Black with #DB337B

Text Example


Text Example

White with #DB337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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