Html Css Color HEX #DB356C Cerise

📋 copy color: '#DB356C'

red 219 ◦ green 53 ◦ blue 108

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

Shades of Cerise #DB356C

Tints of Cerise #DB356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 57.63%
G = 13.95%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB356C (or 0xDB356C) is known color: Cerise. HEX triplet: DB, 35 and 6C. RGB value is (219,53,108). Sum of RGB (Red+Green+Blue) = 219+53+108=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB356C is #24CA93. Grayscale: #6C6C6C. Windows color (decimal): -2411156 or 7091675. OLE color: 7091675.

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

Color convert

RGB 219 53 108 -
CMYK 0 0.76 0.51 0.14
HSL 340.12º 0.7% 0.53% -
HSV(B) 340.12º 0.76% 0.86% -
XYZ 33.19 18.69 16.05 -
YUV 108.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 219 53 108 0 0.76 0.51 0.14 340.12 0.7 0.53
Hex DB 35 6C 0 4C 33 E 154 46 35
Octal 333 65 154 0 114 63 16 524 106 65
Binary 11011011 110101 1101100 0 1001100 110011 1110 101010100 1000110 110101

Color Harmonies of #DB356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB356C

Black with #DB356C

Text Example


Text Example

White with #DB356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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