Html Css Color HEX #DB556C Cabaret

📋 copy color: '#DB556C'

red 219 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #DB556C

Tints of Cabaret #DB556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

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

R = 53.16%
G = 20.63%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB556C (or 0xDB556C) is known color: Cabaret. HEX triplet: DB, 55 and 6C. RGB value is (219,85,108). Sum of RGB (Red+Green+Blue) = 219+85+108=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB556C is #24AA93. Grayscale: #7F7F7F. Windows color (decimal): -2402964 or 7099867. OLE color: 7099867.

HSL color Cylindrical-coordinate representation of color #DB556C: hue angle of 349.7º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB556C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 108 -
CMYK 0 0.61 0.51 0.14
HSL 349.7º 0.65% 0.6% -
HSV(B) 349.7º 0.61% 0.86% -
XYZ 35.17 22.64 16.7 -
YUV 127.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 219 85 108 0 0.61 0.51 0.14 349.7 0.65 0.6
Hex DB 55 6C 0 3D 33 E 15E 41 3C
Octal 333 125 154 0 75 63 16 536 101 74
Binary 11011011 1010101 1101100 0 111101 110011 1110 101011110 1000001 111100

Color Harmonies of #DB556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB556C

Black with #DB556C

Text Example


Text Example

White with #DB556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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