Html Css Color HEX #D5586D Cabaret

📋 copy color: '#D5586D'

red 213 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #D5586D

Tints of Cabaret #D5586D

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 51.95%
G = 21.46%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5586D (or 0xD5586D) is known color: Cabaret. HEX triplet: D5, 58 and 6D. RGB value is (213,88,109). Sum of RGB (Red+Green+Blue) = 213+88+109=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5586D is #2AA792. Grayscale: #7F7F7F. Windows color (decimal): -2795411 or 7166165. OLE color: 7166165.

HSL color Cylindrical-coordinate representation of color #D5586D: hue angle of 349.92º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5586D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 109 -
CMYK 0 0.59 0.49 0.16
HSL 349.92º 0.6% 0.59% -
HSV(B) 349.92º 0.59% 0.84% -
XYZ 33.69 22.23 16.98 -
YUV 127.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 213 88 109 0 0.59 0.49 0.16 349.92 0.6 0.59
Hex D5 58 6D 0 3B 31 10 15E 3C 3B
Octal 325 130 155 0 73 61 20 536 74 73
Binary 11010101 1011000 1101101 0 111011 110001 10000 101011110 111100 111011

Color Harmonies of #D5586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5586D

Black with #D5586D

Text Example


Text Example

White with #D5586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5586D; }

 p { color: rgb(213,88,109); }

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

background-color css

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

 a { background-color: rgb(213,88,109); }

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

border-color css

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

 span { border-color: rgb(213,88,109); }

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