Html Css Color HEX #D3586F Cabaret

📋 copy color: '#D3586F'

red 211 ◦ green 88 ◦ blue 111

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

Shades of Cabaret #D3586F

Tints of Cabaret #D3586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 51.46%
G = 21.46%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3586F (or 0xD3586F) is known color: Cabaret. HEX triplet: D3, 58 and 6F. RGB value is (211,88,111). Sum of RGB (Red+Green+Blue) = 211+88+111=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3586F is #2CA790. Grayscale: #7F7F7F. Windows color (decimal): -2926481 or 7297235. OLE color: 7297235.

HSL color Cylindrical-coordinate representation of color #D3586F: hue angle of 348.78º 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 #D3586F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 88 111 -
CMYK 0 0.58 0.47 0.17
HSL 348.78º 0.58% 0.59% -
HSV(B) 348.78º 0.58% 0.83% -
XYZ 33.22 21.98 17.53 -
YUV 127.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 211 88 111 0 0.58 0.47 0.17 348.78 0.58 0.59
Hex D3 58 6F 0 3A 2F 11 15D 3A 3B
Octal 323 130 157 0 72 57 21 535 72 73
Binary 11010011 1011000 1101111 0 111010 101111 10001 101011101 111010 111011

Color Harmonies of #D3586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3586F

Black with #D3586F

Text Example


Text Example

White with #D3586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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