Html Css Color HEX #D6585D Mandy

📋 copy color: '#D6585D'

red 214 ◦ green 88 ◦ blue 93

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

Shades of Mandy #D6585D

Tints of Mandy #D6585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 54.18%
G = 22.28%
B = 23.54%

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

#D6585D (or 0xD6585D) is known color: Mandy. HEX triplet: D6, 58 and 5D. RGB value is (214,88,93). Sum of RGB (Red+Green+Blue) = 214+88+93=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6585D is #29A7A2. Grayscale: #7E7E7E. Windows color (decimal): -2729891 or 6117590. OLE color: 6117590.

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

Color convert

RGB 214 88 93 -
CMYK 0 0.59 0.57 0.16
HSL 357.62º 0.61% 0.59% -
HSV(B) 357.62º 0.59% 0.84% -
XYZ 33.2 22.07 12.87 -
YUV 126.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 214 88 93 0 0.59 0.57 0.16 357.62 0.61 0.59
Hex D6 58 5D 0 3B 39 10 166 3D 3B
Octal 326 130 135 0 73 71 20 546 75 73
Binary 11010110 1011000 1011101 0 111011 111001 10000 101100110 111101 111011

Color Harmonies of #D6585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6585D

Black with #D6585D

Text Example


Text Example

White with #D6585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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