Html Css Color HEX #D0516C Cabaret

📋 copy color: '#D0516C'

red 208 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #D0516C

Tints of Cabaret #D0516C

RGB

 RED value IS 208 (81.64% from 255) = 52.39%

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

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

R = 52.39%
G = 20.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0516C (or 0xD0516C) is known color: Cabaret. HEX triplet: D0, 51 and 6C. RGB value is (208,81,108). Sum of RGB (Red+Green+Blue) = 208+81+108=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0516C is #2FAE93. Grayscale: #7A7A7A. Windows color (decimal): -3124884 or 7098832. OLE color: 7098832.

HSL color Cylindrical-coordinate representation of color #D0516C: hue angle of 347.24º degrees, saturation: 0.57, 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 #D0516C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 108 -
CMYK 0 0.61 0.48 0.18
HSL 347.24º 0.57% 0.57% -
HSV(B) 347.24º 0.61% 0.82% -
XYZ 31.66 20.38 16.45 -
YUV 122.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 208 81 108 0 0.61 0.48 0.18 347.24 0.57 0.57
Hex D0 51 6C 0 3D 30 12 15B 39 39
Octal 320 121 154 0 75 60 22 533 71 71
Binary 11010000 1010001 1101100 0 111101 110000 10010 101011011 111001 111001

Color Harmonies of #D0516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0516C

Black with #D0516C

Text Example


Text Example

White with #D0516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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