Html Css Color HEX #D6586E Cabaret

📋 copy color: '#D6586E'

red 214 ◦ green 88 ◦ blue 110

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

Shades of Cabaret #D6586E

Tints of Cabaret #D6586E

RGB

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

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

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

R = 51.94%
G = 21.36%
B = 26.7%

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

#D6586E (or 0xD6586E) is known color: Cabaret. HEX triplet: D6, 58 and 6E. RGB value is (214,88,110). Sum of RGB (Red+Green+Blue) = 214+88+110=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6586E is #29A791. Grayscale: #808080. Windows color (decimal): -2729874 or 7231702. OLE color: 7231702.

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

Color convert

RGB 214 88 110 -
CMYK 0 0.59 0.49 0.16
HSL 349.52º 0.61% 0.59% -
HSV(B) 349.52º 0.59% 0.84% -
XYZ 34.04 22.4 17.28 -
YUV 128.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 214 88 110 0 0.59 0.49 0.16 349.52 0.61 0.59
Hex D6 58 6E 0 3B 31 10 15E 3D 3B
Octal 326 130 156 0 73 61 20 536 75 73
Binary 11010110 1011000 1101110 0 111011 110001 10000 101011110 111101 111011

Color Harmonies of #D6586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6586E

Black with #D6586E

Text Example


Text Example

White with #D6586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6586E; }

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

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

background-color css

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

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

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

border-color css

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

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

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