Html Css Color HEX #D2586C Cabaret

📋 copy color: '#D2586C'

red 210 ◦ green 88 ◦ blue 108

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

Shades of Cabaret #D2586C

Tints of Cabaret #D2586C

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 51.72%
G = 21.67%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2586C (or 0xD2586C) is known color: Cabaret. HEX triplet: D2, 58 and 6C. RGB value is (210,88,108). Sum of RGB (Red+Green+Blue) = 210+88+108=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2586C is #2DA793. Grayscale: #7E7E7E. Windows color (decimal): -2992020 or 7100626. OLE color: 7100626.

HSL color Cylindrical-coordinate representation of color #D2586C: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2586C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 108 -
CMYK 0 0.58 0.49 0.18
HSL 350.16º 0.58% 0.58% -
HSV(B) 350.16º 0.58% 0.82% -
XYZ 32.77 21.76 16.66 -
YUV 126.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 210 88 108 0 0.58 0.49 0.18 350.16 0.58 0.58
Hex D2 58 6C 0 3A 31 12 15E 3A 3A
Octal 322 130 154 0 72 61 22 536 72 72
Binary 11010010 1011000 1101100 0 111010 110001 10010 101011110 111010 111010

Color Harmonies of #D2586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2586C

Black with #D2586C

Text Example


Text Example

White with #D2586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2586C; }

 p { color: rgb(210,88,108); }

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

background-color css

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

 a { background-color: rgb(210,88,108); }

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

border-color css

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

 span { border-color: rgb(210,88,108); }

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