Html Css Color HEX #D5516D Cabaret

📋 copy color: '#D5516D'

red 213 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #D5516D

Tints of Cabaret #D5516D

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 20.1%
B = 27.05%

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

#D5516D (or 0xD5516D) is known color: Cabaret. HEX triplet: D5, 51 and 6D. RGB value is (213,81,109). Sum of RGB (Red+Green+Blue) = 213+81+109=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5516D is #2AAE92. Grayscale: #7B7B7B. Windows color (decimal): -2797203 or 7164373. OLE color: 7164373.

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

Color convert

RGB 213 81 109 -
CMYK 0 0.62 0.49 0.16
HSL 347.27º 0.61% 0.58% -
HSV(B) 347.27º 0.62% 0.84% -
XYZ 33.14 21.14 16.8 -
YUV 123.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 213 81 109 0 0.62 0.49 0.16 347.27 0.61 0.58
Hex D5 51 6D 0 3E 31 10 15B 3D 3A
Octal 325 121 155 0 76 61 20 533 75 72
Binary 11010101 1010001 1101101 0 111110 110001 10000 101011011 111101 111010

Color Harmonies of #D5516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5516D

Black with #D5516D

Text Example


Text Example

White with #D5516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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