Html Css Color HEX #DB356F Cerise

📋 copy color: '#DB356F'

red 219 ◦ green 53 ◦ blue 111

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

Shades of Cerise #DB356F

Tints of Cerise #DB356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 57.18%
G = 13.84%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB356F (or 0xDB356F) is known color: Cerise. HEX triplet: DB, 35 and 6F. RGB value is (219,53,111). Sum of RGB (Red+Green+Blue) = 219+53+111=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB356F is #24CA90. Grayscale: #6D6D6D. Windows color (decimal): -2411153 or 7288283. OLE color: 7288283.

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

Color convert

RGB 219 53 111 -
CMYK 0 0.76 0.49 0.14
HSL 339.04º 0.7% 0.53% -
HSV(B) 339.04º 0.76% 0.86% -
XYZ 33.36 18.75 16.9 -
YUV 109.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 219 53 111 0 0.76 0.49 0.14 339.04 0.7 0.53
Hex DB 35 6F 0 4C 31 E 153 46 35
Octal 333 65 157 0 114 61 16 523 106 65
Binary 11011011 110101 1101111 0 1001100 110001 1110 101010011 1000110 110101

Color Harmonies of #DB356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB356F

Black with #DB356F

Text Example


Text Example

White with #DB356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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