Html Css Color HEX #D5595D Mandy

📋 copy color: '#D5595D'

red 213 ◦ green 89 ◦ blue 93

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

Shades of Mandy #D5595D

Tints of Mandy #D5595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 53.92%
G = 22.53%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5595D (or 0xD5595D) is known color: Mandy. HEX triplet: D5, 59 and 5D. RGB value is (213,89,93). Sum of RGB (Red+Green+Blue) = 213+89+93=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5595D is #2AA6A2. Grayscale: #7E7E7E. Windows color (decimal): -2795171 or 6117845. OLE color: 6117845.

HSL color Cylindrical-coordinate representation of color #D5595D: hue angle of 358.06º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5595D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 93 -
CMYK 0 0.58 0.56 0.16
HSL 358.06º 0.6% 0.59% -
HSV(B) 358.06º 0.58% 0.84% -
XYZ 32.99 22.08 12.88 -
YUV 126.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 213 89 93 0 0.58 0.56 0.16 358.06 0.6 0.59
Hex D5 59 5D 0 3A 38 10 166 3C 3B
Octal 325 131 135 0 72 70 20 546 74 73
Binary 11010101 1011001 1011101 0 111010 111000 10000 101100110 111100 111011

Color Harmonies of #D5595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5595D

Black with #D5595D

Text Example


Text Example

White with #D5595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5595D; }

 p { color: rgb(213,89,93); }

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

background-color css

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

 a { background-color: rgb(213,89,93); }

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

border-color css

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

 span { border-color: rgb(213,89,93); }

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