Html Css Color HEX #D6516C Cabaret

📋 copy color: '#D6516C'

red 214 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #D6516C

Tints of Cabaret #D6516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.1%

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

R = 53.1%
G = 20.1%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6516C (or 0xD6516C) is known color: Cabaret. HEX triplet: D6, 51 and 6C. RGB value is (214,81,108). Sum of RGB (Red+Green+Blue) = 214+81+108=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6516C is #29AE93. Grayscale: #7B7B7B. Windows color (decimal): -2731668 or 7098838. OLE color: 7098838.

HSL color Cylindrical-coordinate representation of color #D6516C: hue angle of 347.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6516C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 108 -
CMYK 0 0.62 0.50 0.16
HSL 347.82º 0.62% 0.58% -
HSV(B) 347.82º 0.62% 0.84% -
XYZ 33.38 21.26 16.53 -
YUV 123.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 214 81 108 0 0.62 0.50 0.16 347.82 0.62 0.58
Hex D6 51 6C 0 3E 32 10 15C 3E 3A
Octal 326 121 154 0 76 62 20 534 76 72
Binary 11010110 1010001 1101100 0 111110 110010 10000 101011100 111110 111010

Color Harmonies of #D6516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6516C

Black with #D6516C

Text Example


Text Example

White with #D6516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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