Html Css Color HEX #D1516F Cabaret

📋 copy color: '#D1516F'

red 209 ◦ green 81 ◦ blue 111

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

Shades of Cabaret #D1516F

Tints of Cabaret #D1516F

RGB

 RED value IS 209 (82.03% from 255) = 52.12%

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

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 52.12%
G = 20.2%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1516F (or 0xD1516F) is known color: Cabaret. HEX triplet: D1, 51 and 6F. RGB value is (209,81,111). Sum of RGB (Red+Green+Blue) = 209+81+111=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1516F is #2EAE90. Grayscale: #7A7A7A. Windows color (decimal): -3059345 or 7295441. OLE color: 7295441.

HSL color Cylindrical-coordinate representation of color #D1516F: hue angle of 345.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1516F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 81 111 -
CMYK 0 0.61 0.47 0.18
HSL 345.94º 0.58% 0.57% -
HSV(B) 345.94º 0.61% 0.82% -
XYZ 32.11 20.59 17.32 -
YUV 122.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 209 81 111 0 0.61 0.47 0.18 345.94 0.58 0.57
Hex D1 51 6F 0 3D 2F 12 15A 3A 39
Octal 321 121 157 0 75 57 22 532 72 71
Binary 11010001 1010001 1101111 0 111101 101111 10010 101011010 111010 111001

Color Harmonies of #D1516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1516F

Black with #D1516F

Text Example


Text Example

White with #D1516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1516F; }

 p { color: rgb(209,81,111); }

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

background-color css

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

 a { background-color: rgb(209,81,111); }

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

border-color css

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

 span { border-color: rgb(209,81,111); }

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