Html Css Color HEX #D6516D Cabaret

📋 copy color: '#D6516D'

red 214 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #D6516D

Tints of Cabaret #D6516D

RGB

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

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

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

R = 52.97%
G = 20.05%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6516D (or 0xD6516D) is known color: Cabaret. HEX triplet: D6, 51 and 6D. RGB value is (214,81,109). Sum of RGB (Red+Green+Blue) = 214+81+109=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6516D is #29AE92. Grayscale: #7B7B7B. Windows color (decimal): -2731667 or 7164374. OLE color: 7164374.

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

Color convert

RGB 214 81 109 -
CMYK 0 0.62 0.49 0.16
HSL 347.37º 0.62% 0.58% -
HSV(B) 347.37º 0.62% 0.84% -
XYZ 33.43 21.29 16.81 -
YUV 123.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 214 81 109 0 0.62 0.49 0.16 347.37 0.62 0.58
Hex D6 51 6D 0 3E 31 10 15B 3E 3A
Octal 326 121 155 0 76 61 20 533 76 72
Binary 11010110 1010001 1101101 0 111110 110001 10000 101011011 111110 111010

Color Harmonies of #D6516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6516D

Black with #D6516D

Text Example


Text Example

White with #D6516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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