Html Css Color HEX #D7585D Mandy

📋 copy color: '#D7585D'

red 215 ◦ green 88 ◦ blue 93

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

Shades of Mandy #D7585D

Tints of Mandy #D7585D

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

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

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

R = 54.29%
G = 22.22%
B = 23.48%

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

#D7585D (or 0xD7585D) is known color: Mandy. HEX triplet: D7, 58 and 5D. RGB value is (215,88,93). Sum of RGB (Red+Green+Blue) = 215+88+93=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7585D is #28A7A2. Grayscale: #7E7E7E. Windows color (decimal): -2664355 or 6117591. OLE color: 6117591.

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

Color convert

RGB 215 88 93 -
CMYK 0 0.59 0.57 0.16
HSL 357.64º 0.61% 0.59% -
HSV(B) 357.64º 0.59% 0.84% -
XYZ 33.49 22.22 12.88 -
YUV 126.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 215 88 93 0 0.59 0.57 0.16 357.64 0.61 0.59
Hex D7 58 5D 0 3B 39 10 166 3D 3B
Octal 327 130 135 0 73 71 20 546 75 73
Binary 11010111 1011000 1011101 0 111011 111001 10000 101100110 111101 111011

Color Harmonies of #D7585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7585D

Black with #D7585D

Text Example


Text Example

White with #D7585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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