Html Css Color HEX #D6586D Cabaret

📋 copy color: '#D6586D'

red 214 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #D6586D

Tints of Cabaret #D6586D

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

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

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

R = 52.07%
G = 21.41%
B = 26.52%

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

#D6586D (or 0xD6586D) is known color: Cabaret. HEX triplet: D6, 58 and 6D. RGB value is (214,88,109). Sum of RGB (Red+Green+Blue) = 214+88+109=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6586D is #29A792. Grayscale: #808080. Windows color (decimal): -2729875 or 7166166. OLE color: 7166166.

HSL color Cylindrical-coordinate representation of color #D6586D: hue angle of 350º degrees, saturation: 0.61, 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 #D6586D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 109 -
CMYK 0 0.59 0.49 0.16
HSL 350º 0.61% 0.59% -
HSV(B) 350º 0.59% 0.84% -
XYZ 33.98 22.38 17 -
YUV 128.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 214 88 109 0 0.59 0.49 0.16 350 0.61 0.59
Hex D6 58 6D 0 3B 31 10 15E 3D 3B
Octal 326 130 155 0 73 61 20 536 75 73
Binary 11010110 1011000 1101101 0 111011 110001 10000 101011110 111101 111011

Color Harmonies of #D6586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6586D

Black with #D6586D

Text Example


Text Example

White with #D6586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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