Html Css Color HEX #D6556E Cabaret

📋 copy color: '#D6556E'

red 214 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #D6556E

Tints of Cabaret #D6556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 52.32%
G = 20.78%
B = 26.89%

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

#D6556E (or 0xD6556E) is known color: Cabaret. HEX triplet: D6, 55 and 6E. RGB value is (214,85,110). Sum of RGB (Red+Green+Blue) = 214+85+110=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556E is #29AA91. Grayscale: #7E7E7E. Windows color (decimal): -2730642 or 7230934. OLE color: 7230934.

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

Color convert

RGB 214 85 110 -
CMYK 0 0.60 0.49 0.16
HSL 348.37º 0.61% 0.59% -
HSV(B) 348.37º 0.6% 0.84% -
XYZ 33.79 21.92 17.2 -
YUV 126.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 214 85 110 0 0.60 0.49 0.16 348.37 0.61 0.59
Hex D6 55 6E 0 3C 31 10 15C 3D 3B
Octal 326 125 156 0 74 61 20 534 75 73
Binary 11010110 1010101 1101110 0 111100 110001 10000 101011100 111101 111011

Color Harmonies of #D6556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6556E

Black with #D6556E

Text Example


Text Example

White with #D6556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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