Html Css Color HEX #D6556F Cabaret

📋 copy color: '#D6556F'

red 214 ◦ green 85 ◦ blue 111

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

Shades of Cabaret #D6556F

Tints of Cabaret #D6556F

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

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

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

R = 52.2%
G = 20.73%
B = 27.07%

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

#D6556F (or 0xD6556F) is known color: Cabaret. HEX triplet: D6, 55 and 6F. RGB value is (214,85,111). Sum of RGB (Red+Green+Blue) = 214+85+111=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556F is #29AA90. Grayscale: #7E7E7E. Windows color (decimal): -2730641 or 7296470. OLE color: 7296470.

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

Color convert

RGB 214 85 111 -
CMYK 0 0.60 0.48 0.16
HSL 347.91º 0.61% 0.59% -
HSV(B) 347.91º 0.6% 0.84% -
XYZ 33.85 21.94 17.49 -
YUV 126.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 214 85 111 0 0.60 0.48 0.16 347.91 0.61 0.59
Hex D6 55 6F 0 3C 30 10 15C 3D 3B
Octal 326 125 157 0 74 60 20 534 75 73
Binary 11010110 1010101 1101111 0 111100 110000 10000 101011100 111101 111011

Color Harmonies of #D6556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6556F

Black with #D6556F

Text Example


Text Example

White with #D6556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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