Html Css Color HEX #D7556D Cabaret

📋 copy color: '#D7556D'

red 215 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #D7556D

Tints of Cabaret #D7556D

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

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

R = 52.57%
G = 20.78%
B = 26.65%

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

#D7556D (or 0xD7556D) is known color: Cabaret. HEX triplet: D7, 55 and 6D. RGB value is (215,85,109). Sum of RGB (Red+Green+Blue) = 215+85+109=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7556D is #28AA92. Grayscale: #7E7E7E. Windows color (decimal): -2665107 or 7165399. OLE color: 7165399.

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

Color convert

RGB 215 85 109 -
CMYK 0 0.60 0.49 0.16
HSL 348.92º 0.62% 0.59% -
HSV(B) 348.92º 0.6% 0.84% -
XYZ 34.03 22.05 16.93 -
YUV 126.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 215 85 109 0 0.60 0.49 0.16 348.92 0.62 0.59
Hex D7 55 6D 0 3C 31 10 15D 3E 3B
Octal 327 125 155 0 74 61 20 535 76 73
Binary 11010111 1010101 1101101 0 111100 110001 10000 101011101 111110 111011

Color Harmonies of #D7556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7556D

Black with #D7556D

Text Example


Text Example

White with #D7556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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