Html Css Color HEX #D6556D Cabaret

📋 copy color: '#D6556D'

red 214 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #D6556D

Tints of Cabaret #D6556D

RGB

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

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

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

R = 52.45%
G = 20.83%
B = 26.72%

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

#D6556D (or 0xD6556D) is known color: Cabaret. HEX triplet: D6, 55 and 6D. RGB value is (214,85,109). Sum of RGB (Red+Green+Blue) = 214+85+109=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556D is #29AA92. Grayscale: #7E7E7E. Windows color (decimal): -2730643 or 7165398. OLE color: 7165398.

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

Color convert

RGB 214 85 109 -
CMYK 0 0.60 0.49 0.16
HSL 348.84º 0.61% 0.59% -
HSV(B) 348.84º 0.6% 0.84% -
XYZ 33.74 21.9 16.92 -
YUV 126.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 214 85 109 0 0.60 0.49 0.16 348.84 0.61 0.59
Hex D6 55 6D 0 3C 31 10 15D 3D 3B
Octal 326 125 155 0 74 61 20 535 75 73
Binary 11010110 1010101 1101101 0 111100 110001 10000 101011101 111101 111011

Color Harmonies of #D6556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6556D

Black with #D6556D

Text Example


Text Example

White with #D6556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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