Html Css Color HEX #D5556D Cabaret

📋 copy color: '#D5556D'

red 213 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #D5556D

Tints of Cabaret #D5556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 52.33%
G = 20.88%
B = 26.78%

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

#D5556D (or 0xD5556D) is known color: Cabaret. HEX triplet: D5, 55 and 6D. RGB value is (213,85,109). Sum of RGB (Red+Green+Blue) = 213+85+109=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5556D is #2AAA92. Grayscale: #7E7E7E. Windows color (decimal): -2796179 or 7165397. OLE color: 7165397.

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

Color convert

RGB 213 85 109 -
CMYK 0 0.60 0.49 0.16
HSL 348.75º 0.6% 0.58% -
HSV(B) 348.75º 0.6% 0.84% -
XYZ 33.45 21.75 16.9 -
YUV 126.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 213 85 109 0 0.60 0.49 0.16 348.75 0.6 0.58
Hex D5 55 6D 0 3C 31 10 15D 3C 3A
Octal 325 125 155 0 74 61 20 535 74 72
Binary 11010101 1010101 1101101 0 111100 110001 10000 101011101 111100 111010

Color Harmonies of #D5556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5556D

Black with #D5556D

Text Example


Text Example

White with #D5556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5556D; }

 p { color: rgb(213,85,109); }

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

background-color css

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

 a { background-color: rgb(213,85,109); }

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

border-color css

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

 span { border-color: rgb(213,85,109); }

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