Html Css Color HEX #D7556C Cabaret

📋 copy color: '#D7556C'

red 215 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #D7556C

Tints of Cabaret #D7556C

RGB

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

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

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

R = 52.7%
G = 20.83%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7556C (or 0xD7556C) is known color: Cabaret. HEX triplet: D7, 55 and 6C. RGB value is (215,85,108). Sum of RGB (Red+Green+Blue) = 215+85+108=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7556C is #28AA93. Grayscale: #7E7E7E. Windows color (decimal): -2665108 or 7099863. OLE color: 7099863.

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

Color convert

RGB 215 85 108 -
CMYK 0 0.60 0.50 0.16
HSL 349.38º 0.62% 0.59% -
HSV(B) 349.38º 0.6% 0.84% -
XYZ 33.98 22.03 16.65 -
YUV 126.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 215 85 108 0 0.60 0.50 0.16 349.38 0.62 0.59
Hex D7 55 6C 0 3C 32 10 15D 3E 3B
Octal 327 125 154 0 74 62 20 535 76 73
Binary 11010111 1010101 1101100 0 111100 110010 10000 101011101 111110 111011

Color Harmonies of #D7556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7556C

Black with #D7556C

Text Example


Text Example

White with #D7556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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