Html Css Color HEX #D7556B Cabaret

📋 copy color: '#D7556B'

red 215 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #D7556B

Tints of Cabaret #D7556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 52.83%
G = 20.88%
B = 26.29%

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

#D7556B (or 0xD7556B) is known color: Cabaret. HEX triplet: D7, 55 and 6B. RGB value is (215,85,107). Sum of RGB (Red+Green+Blue) = 215+85+107=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7556B is #28AA94. Grayscale: #7E7E7E. Windows color (decimal): -2665109 or 7034327. OLE color: 7034327.

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

Color convert

RGB 215 85 107 -
CMYK 0 0.60 0.50 0.16
HSL 349.85º 0.62% 0.59% -
HSV(B) 349.85º 0.6% 0.84% -
XYZ 33.93 22.01 16.37 -
YUV 126.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 215 85 107 0 0.60 0.50 0.16 349.85 0.62 0.59
Hex D7 55 6B 0 3C 32 10 15E 3E 3B
Octal 327 125 153 0 74 62 20 536 76 73
Binary 11010111 1010101 1101011 0 111100 110010 10000 101011110 111110 111011

Color Harmonies of #D7556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7556B

Black with #D7556B

Text Example


Text Example

White with #D7556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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