Html Css Color HEX #D3586A Cabaret

📋 copy color: '#D3586A'

red 211 ◦ green 88 ◦ blue 106

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

Shades of Cabaret #D3586A

Tints of Cabaret #D3586A

RGB

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

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

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

R = 52.1%
G = 21.73%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3586A (or 0xD3586A) is known color: Cabaret. HEX triplet: D3, 58 and 6A. RGB value is (211,88,106). Sum of RGB (Red+Green+Blue) = 211+88+106=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3586A is #2CA795. Grayscale: #7E7E7E. Windows color (decimal): -2926486 or 6969555. OLE color: 6969555.

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

Color convert

RGB 211 88 106 -
CMYK 0 0.58 0.50 0.17
HSL 351.22º 0.58% 0.59% -
HSV(B) 351.22º 0.58% 0.83% -
XYZ 32.96 21.87 16.12 -
YUV 126.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 211 88 106 0 0.58 0.50 0.17 351.22 0.58 0.59
Hex D3 58 6A 0 3A 32 11 15F 3A 3B
Octal 323 130 152 0 72 62 21 537 72 73
Binary 11010011 1011000 1101010 0 111010 110010 10001 101011111 111010 111011

Color Harmonies of #D3586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3586A

Black with #D3586A

Text Example


Text Example

White with #D3586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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