Html Css Color HEX #D6556B Cabaret

📋 copy color: '#D6556B'

red 214 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #D6556B

Tints of Cabaret #D6556B

RGB

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

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

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

R = 52.71%
G = 20.94%
B = 26.35%

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

#D6556B (or 0xD6556B) is known color: Cabaret. HEX triplet: D6, 55 and 6B. RGB value is (214,85,107). Sum of RGB (Red+Green+Blue) = 214+85+107=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556B is #29AA94. Grayscale: #7E7E7E. Windows color (decimal): -2730645 or 7034326. OLE color: 7034326.

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

Color convert

RGB 214 85 107 -
CMYK 0 0.60 0.50 0.16
HSL 349.77º 0.61% 0.59% -
HSV(B) 349.77º 0.6% 0.84% -
XYZ 33.63 21.85 16.36 -
YUV 126.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 214 85 107 0 0.60 0.50 0.16 349.77 0.61 0.59
Hex D6 55 6B 0 3C 32 10 15E 3D 3B
Octal 326 125 153 0 74 62 20 536 75 73
Binary 11010110 1010101 1101011 0 111100 110010 10000 101011110 111101 111011

Color Harmonies of #D6556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6556B

Black with #D6556B

Text Example


Text Example

White with #D6556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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