Html Css Color HEX #D5585F Mandy

📋 copy color: '#D5585F'

red 213 ◦ green 88 ◦ blue 95

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

Shades of Mandy #D5585F

Tints of Mandy #D5585F

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

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

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

R = 53.79%
G = 22.22%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5585F (or 0xD5585F) is known color: Mandy. HEX triplet: D5, 58 and 5F. RGB value is (213,88,95). Sum of RGB (Red+Green+Blue) = 213+88+95=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5585F is #2AA7A0. Grayscale: #7E7E7E. Windows color (decimal): -2795425 or 6248661. OLE color: 6248661.

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

Color convert

RGB 213 88 95 -
CMYK 0 0.59 0.55 0.16
HSL 356.64º 0.6% 0.59% -
HSV(B) 356.64º 0.59% 0.84% -
XYZ 33 21.95 13.32 -
YUV 126.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 213 88 95 0 0.59 0.55 0.16 356.64 0.6 0.59
Hex D5 58 5F 0 3B 37 10 165 3C 3B
Octal 325 130 137 0 73 67 20 545 74 73
Binary 11010101 1011000 1011111 0 111011 110111 10000 101100101 111100 111011

Color Harmonies of #D5585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5585F

Black with #D5585F

Text Example


Text Example

White with #D5585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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