Html Css Color HEX #D3586E Cabaret

📋 copy color: '#D3586E'

red 211 ◦ green 88 ◦ blue 110

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

Shades of Cabaret #D3586E

Tints of Cabaret #D3586E

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

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

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

R = 51.59%
G = 21.52%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3586E (or 0xD3586E) is known color: Cabaret. HEX triplet: D3, 58 and 6E. RGB value is (211,88,110). Sum of RGB (Red+Green+Blue) = 211+88+110=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3586E is #2CA791. Grayscale: #7F7F7F. Windows color (decimal): -2926482 or 7231699. OLE color: 7231699.

HSL color Cylindrical-coordinate representation of color #D3586E: hue angle of 349.27º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3586E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 88 110 -
CMYK 0 0.58 0.48 0.17
HSL 349.27º 0.58% 0.59% -
HSV(B) 349.27º 0.58% 0.83% -
XYZ 33.17 21.95 17.24 -
YUV 127.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 211 88 110 0 0.58 0.48 0.17 349.27 0.58 0.59
Hex D3 58 6E 0 3A 30 11 15D 3A 3B
Octal 323 130 156 0 72 60 21 535 72 73
Binary 11010011 1011000 1101110 0 111010 110000 10001 101011101 111010 111011

Color Harmonies of #D3586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3586E

Black with #D3586E

Text Example


Text Example

White with #D3586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3586E; }

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

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

background-color css

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

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

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

border-color css

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

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

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