Html Css Color HEX #D5516F Cabaret

📋 copy color: '#D5516F'

red 213 ◦ green 81 ◦ blue 111

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

Shades of Cabaret #D5516F

Tints of Cabaret #D5516F

RGB

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

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

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

R = 52.59%
G = 20%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5516F (or 0xD5516F) is known color: Cabaret. HEX triplet: D5, 51 and 6F. RGB value is (213,81,111). Sum of RGB (Red+Green+Blue) = 213+81+111=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5516F is #2AAE90. Grayscale: #7B7B7B. Windows color (decimal): -2797201 or 7295445. OLE color: 7295445.

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

Color convert

RGB 213 81 111 -
CMYK 0 0.62 0.48 0.16
HSL 346.36º 0.61% 0.58% -
HSV(B) 346.36º 0.62% 0.84% -
XYZ 33.25 21.18 17.37 -
YUV 123.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 213 81 111 0 0.62 0.48 0.16 346.36 0.61 0.58
Hex D5 51 6F 0 3E 30 10 15A 3D 3A
Octal 325 121 157 0 76 60 20 532 75 72
Binary 11010101 1010001 1101111 0 111110 110000 10000 101011010 111101 111010

Color Harmonies of #D5516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5516F

Black with #D5516F

Text Example


Text Example

White with #D5516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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