Html Css Color HEX #DB356E Cerise

📋 copy color: '#DB356E'

red 219 ◦ green 53 ◦ blue 110

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

Shades of Cerise #DB356E

Tints of Cerise #DB356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 57.33%
G = 13.87%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB356E (or 0xDB356E) is known color: Cerise. HEX triplet: DB, 35 and 6E. RGB value is (219,53,110). Sum of RGB (Red+Green+Blue) = 219+53+110=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB356E is #24CA91. Grayscale: #6D6D6D. Windows color (decimal): -2411154 or 7222747. OLE color: 7222747.

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

Color convert

RGB 219 53 110 -
CMYK 0 0.76 0.50 0.14
HSL 339.4º 0.7% 0.53% -
HSV(B) 339.4º 0.76% 0.86% -
XYZ 33.3 18.73 16.61 -
YUV 109.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 219 53 110 0 0.76 0.50 0.14 339.4 0.7 0.53
Hex DB 35 6E 0 4C 32 E 153 46 35
Octal 333 65 156 0 114 62 16 523 106 65
Binary 11011011 110101 1101110 0 1001100 110010 1110 101010011 1000110 110101

Color Harmonies of #DB356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB356E

Black with #DB356E

Text Example


Text Example

White with #DB356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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