Html Css Color HEX #D0595B Mandy

📋 copy color: '#D0595B'

red 208 ◦ green 89 ◦ blue 91

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

Shades of Mandy #D0595B

Tints of Mandy #D0595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 53.61%
G = 22.94%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0595B (or 0xD0595B) is known color: Mandy. HEX triplet: D0, 59 and 5B. RGB value is (208,89,91). Sum of RGB (Red+Green+Blue) = 208+89+91=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0595B is #2FA6A4. Grayscale: #7C7C7C. Windows color (decimal): -3122853 or 5986768. OLE color: 5986768.

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

Color convert

RGB 208 89 91 -
CMYK 0 0.57 0.56 0.18
HSL 358.99º 0.56% 0.58% -
HSV(B) 358.99º 0.57% 0.82% -
XYZ 31.47 21.31 12.35 -
YUV 124.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 208 89 91 0 0.57 0.56 0.18 358.99 0.56 0.58
Hex D0 59 5B 0 39 38 12 167 38 3A
Octal 320 131 133 0 71 70 22 547 70 72
Binary 11010000 1011001 1011011 0 111001 111000 10010 101100111 111000 111010

Color Harmonies of #D0595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0595B

Black with #D0595B

Text Example


Text Example

White with #D0595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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