Html Css Color HEX #DF556B Cabaret

📋 copy color: '#DF556B'

red 223 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #DF556B

Tints of Cabaret #DF556B

RGB

 RED value IS 223 (87.5% from 255) = 53.73%

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 53.73%
G = 20.48%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF556B (or 0xDF556B) is known color: Cabaret. HEX triplet: DF, 55 and 6B. RGB value is (223,85,107). Sum of RGB (Red+Green+Blue) = 223+85+107=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF556B is #20AA94. Grayscale: #808080. Windows color (decimal): -2140821 or 7034335. OLE color: 7034335.

HSL color Cylindrical-coordinate representation of color #DF556B: hue angle of 350.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF556B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 107 -
CMYK 0 0.62 0.52 0.13
HSL 350.43º 0.68% 0.6% -
HSV(B) 350.43º 0.62% 0.87% -
XYZ 36.33 23.25 16.48 -
YUV 128.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 223 85 107 0 0.62 0.52 0.13 350.43 0.68 0.6
Hex DF 55 6B 0 3E 34 D 15E 44 3C
Octal 337 125 153 0 76 64 15 536 104 74
Binary 11011111 1010101 1101011 0 111110 110100 1101 101011110 1000100 111100

Color Harmonies of #DF556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF556B

Black with #DF556B

Text Example


Text Example

White with #DF556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF556B; }

 p { color: rgb(223,85,107); }

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

background-color css

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

 a { background-color: rgb(223,85,107); }

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

border-color css

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

 span { border-color: rgb(223,85,107); }

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