Html Css Color HEX #D0595D Mandy

📋 copy color: '#D0595D'

red 208 ◦ green 89 ◦ blue 93

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

Shades of Mandy #D0595D

Tints of Mandy #D0595D

RGB

 RED value IS 208 (81.64% from 255) = 53.33%

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

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

R = 53.33%
G = 22.82%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0595D (or 0xD0595D) is known color: Mandy. HEX triplet: D0, 59 and 5D. RGB value is (208,89,93). Sum of RGB (Red+Green+Blue) = 208+89+93=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0595D is #2FA6A2. Grayscale: #7D7D7D. Windows color (decimal): -3122851 or 6117840. OLE color: 6117840.

HSL color Cylindrical-coordinate representation of color #D0595D: hue angle of 357.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0595D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 93 -
CMYK 0 0.57 0.55 0.18
HSL 357.98º 0.56% 0.58% -
HSV(B) 357.98º 0.57% 0.82% -
XYZ 31.56 21.34 12.81 -
YUV 125.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 208 89 93 0 0.57 0.55 0.18 357.98 0.56 0.58
Hex D0 59 5D 0 39 37 12 166 38 3A
Octal 320 131 135 0 71 67 22 546 70 72
Binary 11010000 1011001 1011101 0 111001 110111 10010 101100110 111000 111010

Color Harmonies of #D0595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0595D

Black with #D0595D

Text Example


Text Example

White with #D0595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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