Html Css Color HEX #D6585B Mandy

📋 copy color: '#D6585B'

red 214 ◦ green 88 ◦ blue 91

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

Shades of Mandy #D6585B

Tints of Mandy #D6585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 54.45%
G = 22.39%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6585B (or 0xD6585B) is known color: Mandy. HEX triplet: D6, 58 and 5B. RGB value is (214,88,91). Sum of RGB (Red+Green+Blue) = 214+88+91=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6585B is #29A7A4. Grayscale: #7E7E7E. Windows color (decimal): -2729893 or 5986518. OLE color: 5986518.

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

Color convert

RGB 214 88 91 -
CMYK 0 0.59 0.57 0.16
HSL 358.57º 0.61% 0.59% -
HSV(B) 358.57º 0.59% 0.84% -
XYZ 33.11 22.03 12.4 -
YUV 126.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 214 88 91 0 0.59 0.57 0.16 358.57 0.61 0.59
Hex D6 58 5B 0 3B 39 10 167 3D 3B
Octal 326 130 133 0 73 71 20 547 75 73
Binary 11010110 1011000 1011011 0 111011 111001 10000 101100111 111101 111011

Color Harmonies of #D6585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6585B

Black with #D6585B

Text Example


Text Example

White with #D6585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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