Html Css Color HEX #D6585C Mandy

📋 copy color: '#D6585C'

red 214 ◦ green 88 ◦ blue 92

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

Shades of Mandy #D6585C

Tints of Mandy #D6585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 54.31%
G = 22.34%
B = 23.35%

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

#D6585C (or 0xD6585C) is known color: Mandy. HEX triplet: D6, 58 and 5C. RGB value is (214,88,92). Sum of RGB (Red+Green+Blue) = 214+88+92=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6585C is #29A7A3. Grayscale: #7E7E7E. Windows color (decimal): -2729892 or 6052054. OLE color: 6052054.

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

Color convert

RGB 214 88 92 -
CMYK 0 0.59 0.57 0.16
HSL 358.1º 0.61% 0.59% -
HSV(B) 358.1º 0.59% 0.84% -
XYZ 33.15 22.05 12.63 -
YUV 126.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 214 88 92 0 0.59 0.57 0.16 358.1 0.61 0.59
Hex D6 58 5C 0 3B 39 10 166 3D 3B
Octal 326 130 134 0 73 71 20 546 75 73
Binary 11010110 1011000 1011100 0 111011 111001 10000 101100110 111101 111011

Color Harmonies of #D6585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6585C

Black with #D6585C

Text Example


Text Example

White with #D6585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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