Html Css Color HEX #D6556C Cabaret

📋 copy color: '#D6556C'

red 214 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #D6556C

Tints of Cabaret #D6556C

RGB

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

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

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

R = 52.58%
G = 20.88%
B = 26.54%

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

#D6556C (or 0xD6556C) is known color: Cabaret. HEX triplet: D6, 55 and 6C. RGB value is (214,85,108). Sum of RGB (Red+Green+Blue) = 214+85+108=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556C is #29AA93. Grayscale: #7E7E7E. Windows color (decimal): -2730644 or 7099862. OLE color: 7099862.

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

Color convert

RGB 214 85 108 -
CMYK 0 0.60 0.50 0.16
HSL 349.3º 0.61% 0.59% -
HSV(B) 349.3º 0.6% 0.84% -
XYZ 33.69 21.88 16.63 -
YUV 126.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 214 85 108 0 0.60 0.50 0.16 349.3 0.61 0.59
Hex D6 55 6C 0 3C 32 10 15D 3D 3B
Octal 326 125 154 0 74 62 20 535 75 73
Binary 11010110 1010101 1101100 0 111100 110010 10000 101011101 111101 111011

Color Harmonies of #D6556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6556C

Black with #D6556C

Text Example


Text Example

White with #D6556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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