Html Css Color HEX #D5556F Cabaret

📋 copy color: '#D5556F'

red 213 ◦ green 85 ◦ blue 111

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

Shades of Cabaret #D5556F

Tints of Cabaret #D5556F

RGB

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

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

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

R = 52.08%
G = 20.78%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5556F (or 0xD5556F) is known color: Cabaret. HEX triplet: D5, 55 and 6F. RGB value is (213,85,111). Sum of RGB (Red+Green+Blue) = 213+85+111=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5556F is #2AAA90. Grayscale: #7E7E7E. Windows color (decimal): -2796177 or 7296469. OLE color: 7296469.

HSL color Cylindrical-coordinate representation of color #D5556F: hue angle of 347.81º 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 #D5556F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 111 -
CMYK 0 0.60 0.48 0.16
HSL 347.81º 0.6% 0.58% -
HSV(B) 347.81º 0.6% 0.84% -
XYZ 33.56 21.79 17.48 -
YUV 126.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 213 85 111 0 0.60 0.48 0.16 347.81 0.6 0.58
Hex D5 55 6F 0 3C 30 10 15C 3C 3A
Octal 325 125 157 0 74 60 20 534 74 72
Binary 11010101 1010101 1101111 0 111100 110000 10000 101011100 111100 111010

Color Harmonies of #D5556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5556F

Black with #D5556F

Text Example


Text Example

White with #D5556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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