Html Css Color HEX #DB357C Deep Cerise

📋 copy color: '#DB357C'

red 219 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #DB357C

Tints of Deep Cerise #DB357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 55.3%
G = 13.38%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB357C (or 0xDB357C) is known color: Deep Cerise. HEX triplet: DB, 35 and 7C. RGB value is (219,53,124). Sum of RGB (Red+Green+Blue) = 219+53+124=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB357C is #24CA83. Grayscale: #6E6E6E. Windows color (decimal): -2411140 or 8140251. OLE color: 8140251.

HSL color Cylindrical-coordinate representation of color #DB357C: hue angle of 334.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB357C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 124 -
CMYK 0 0.76 0.43 0.14
HSL 334.34º 0.7% 0.53% -
HSV(B) 334.34º 0.76% 0.86% -
XYZ 34.12 19.06 20.95 -
YUV 110.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 219 53 124 0 0.76 0.43 0.14 334.34 0.7 0.53
Hex DB 35 7C 0 4C 2B E 14E 46 35
Octal 333 65 174 0 114 53 16 516 106 65
Binary 11011011 110101 1111100 0 1001100 101011 1110 101001110 1000110 110101

Color Harmonies of #DB357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB357C

Black with #DB357C

Text Example


Text Example

White with #DB357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB357C; }

 p { color: rgb(219,53,124); }

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

background-color css

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

 a { background-color: rgb(219,53,124); }

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

border-color css

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

 span { border-color: rgb(219,53,124); }

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