Html Css Color HEX #D5566C Cabaret

📋 copy color: '#D5566C'

red 213 ◦ green 86 ◦ blue 108

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

Shades of Cabaret #D5566C

Tints of Cabaret #D5566C

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 52.33%
G = 21.13%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5566C (or 0xD5566C) is known color: Cabaret. HEX triplet: D5, 56 and 6C. RGB value is (213,86,108). Sum of RGB (Red+Green+Blue) = 213+86+108=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5566C is #2AA993. Grayscale: #7E7E7E. Windows color (decimal): -2795924 or 7100117. OLE color: 7100117.

HSL color Cylindrical-coordinate representation of color #D5566C: hue angle of 349.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5566C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 108 -
CMYK 0 0.60 0.49 0.16
HSL 349.61º 0.6% 0.59% -
HSV(B) 349.61º 0.6% 0.84% -
XYZ 33.48 21.88 16.65 -
YUV 126.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 213 86 108 0 0.60 0.49 0.16 349.61 0.6 0.59
Hex D5 56 6C 0 3C 31 10 15E 3C 3B
Octal 325 126 154 0 74 61 20 536 74 73
Binary 11010101 1010110 1101100 0 111100 110001 10000 101011110 111100 111011

Color Harmonies of #D5566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5566C

Black with #D5566C

Text Example


Text Example

White with #D5566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5566C; }

 p { color: rgb(213,86,108); }

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

background-color css

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

 a { background-color: rgb(213,86,108); }

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

border-color css

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

 span { border-color: rgb(213,86,108); }

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