Html Css Color HEX #D0586E Cabaret

📋 copy color: '#D0586E'

red 208 ◦ green 88 ◦ blue 110

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

Shades of Cabaret #D0586E

Tints of Cabaret #D0586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 51.23%
G = 21.67%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0586E (or 0xD0586E) is known color: Cabaret. HEX triplet: D0, 58 and 6E. RGB value is (208,88,110). Sum of RGB (Red+Green+Blue) = 208+88+110=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0586E is #2FA791. Grayscale: #7E7E7E. Windows color (decimal): -3123090 or 7231696. OLE color: 7231696.

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

Color convert

RGB 208 88 110 -
CMYK 0 0.58 0.47 0.18
HSL 349º 0.56% 0.58% -
HSV(B) 349º 0.58% 0.82% -
XYZ 32.32 21.52 17.2 -
YUV 126.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 208 88 110 0 0.58 0.47 0.18 349 0.56 0.58
Hex D0 58 6E 0 3A 2F 12 15D 38 3A
Octal 320 130 156 0 72 57 22 535 70 72
Binary 11010000 1011000 1101110 0 111010 101111 10010 101011101 111000 111010

Color Harmonies of #D0586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0586E

Black with #D0586E

Text Example


Text Example

White with #D0586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0586E; }

 p { color: rgb(208,88,110); }

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

background-color css

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

 a { background-color: rgb(208,88,110); }

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

border-color css

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

 span { border-color: rgb(208,88,110); }

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