Html Css Color HEX #D0516A Cabaret

📋 copy color: '#D0516A'

red 208 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #D0516A

Tints of Cabaret #D0516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 52.66%
G = 20.51%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0516A (or 0xD0516A) is known color: Cabaret. HEX triplet: D0, 51 and 6A. RGB value is (208,81,106). Sum of RGB (Red+Green+Blue) = 208+81+106=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0516A is #2FAE95. Grayscale: #797979. Windows color (decimal): -3124886 or 6967760. OLE color: 6967760.

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

Color convert

RGB 208 81 106 -
CMYK 0 0.61 0.49 0.18
HSL 348.19º 0.57% 0.57% -
HSV(B) 348.19º 0.61% 0.82% -
XYZ 31.56 20.34 15.9 -
YUV 121.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 208 81 106 0 0.61 0.49 0.18 348.19 0.57 0.57
Hex D0 51 6A 0 3D 31 12 15C 39 39
Octal 320 121 152 0 75 61 22 534 71 71
Binary 11010000 1010001 1101010 0 111101 110001 10010 101011100 111001 111001

Color Harmonies of #D0516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0516A

Black with #D0516A

Text Example


Text Example

White with #D0516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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