Html Css Color HEX #D0516D Cabaret

📋 copy color: '#D0516D'

red 208 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #D0516D

Tints of Cabaret #D0516D

RGB

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

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

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

R = 52.26%
G = 20.35%
B = 27.39%

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

#D0516D (or 0xD0516D) is known color: Cabaret. HEX triplet: D0, 51 and 6D. RGB value is (208,81,109). Sum of RGB (Red+Green+Blue) = 208+81+109=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0516D is #2FAE92. Grayscale: #7A7A7A. Windows color (decimal): -3124883 or 7164368. OLE color: 7164368.

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

Color convert

RGB 208 81 109 -
CMYK 0 0.61 0.48 0.18
HSL 346.77º 0.57% 0.57% -
HSV(B) 346.77º 0.61% 0.82% -
XYZ 31.72 20.4 16.73 -
YUV 122.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 208 81 109 0 0.61 0.48 0.18 346.77 0.57 0.57
Hex D0 51 6D 0 3D 30 12 15B 39 39
Octal 320 121 155 0 75 60 22 533 71 71
Binary 11010000 1010001 1101101 0 111101 110000 10010 101011011 111001 111001

Color Harmonies of #D0516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0516D

Black with #D0516D

Text Example


Text Example

White with #D0516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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