Html Css Color HEX #D6585A Mandy

📋 copy color: '#D6585A'

red 214 ◦ green 88 ◦ blue 90

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

Shades of Mandy #D6585A

Tints of Mandy #D6585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 54.59%
G = 22.45%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6585A (or 0xD6585A) is known color: Mandy. HEX triplet: D6, 58 and 5A. RGB value is (214,88,90). Sum of RGB (Red+Green+Blue) = 214+88+90=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6585A is #29A7A5. Grayscale: #7E7E7E. Windows color (decimal): -2729894 or 5920982. OLE color: 5920982.

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

Color convert

RGB 214 88 90 -
CMYK 0 0.59 0.58 0.16
HSL 359.05º 0.61% 0.59% -
HSV(B) 359.05º 0.59% 0.84% -
XYZ 33.07 22.01 12.18 -
YUV 125.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 214 88 90 0 0.59 0.58 0.16 359.05 0.61 0.59
Hex D6 58 5A 0 3B 3A 10 167 3D 3B
Octal 326 130 132 0 73 72 20 547 75 73
Binary 11010110 1011000 1011010 0 111011 111010 10000 101100111 111101 111011

Color Harmonies of #D6585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6585A

Black with #D6585A

Text Example


Text Example

White with #D6585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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