Html Css Color HEX #D6585F Mandy

📋 copy color: '#D6585F'

red 214 ◦ green 88 ◦ blue 95

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

Shades of Mandy #D6585F

Tints of Mandy #D6585F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 53.9%
G = 22.17%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6585F (or 0xD6585F) is known color: Mandy. HEX triplet: D6, 58 and 5F. RGB value is (214,88,95). Sum of RGB (Red+Green+Blue) = 214+88+95=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6585F is #29A7A0. Grayscale: #7E7E7E. Windows color (decimal): -2729889 or 6248662. OLE color: 6248662.

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

Color convert

RGB 214 88 95 -
CMYK 0 0.59 0.56 0.16
HSL 356.67º 0.61% 0.59% -
HSV(B) 356.67º 0.59% 0.84% -
XYZ 33.29 22.1 13.34 -
YUV 126.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 214 88 95 0 0.59 0.56 0.16 356.67 0.61 0.59
Hex D6 58 5F 0 3B 38 10 165 3D 3B
Octal 326 130 137 0 73 70 20 545 75 73
Binary 11010110 1011000 1011111 0 111011 111000 10000 101100101 111101 111011

Color Harmonies of #D6585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6585F

Black with #D6585F

Text Example


Text Example

White with #D6585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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