Html Css Color HEX #D25B60 Mandy

📋 copy color: '#D25B60'

red 210 ◦ green 91 ◦ blue 96

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

Shades of Mandy #D25B60

Tints of Mandy #D25B60

RGB

 RED value IS 210 (82.42% from 255) = 52.9%

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 52.9%
G = 22.92%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D25B60 (or 0xD25B60) is known color: Mandy. HEX triplet: D2, 5B and 60. RGB value is (210,91,96). Sum of RGB (Red+Green+Blue) = 210+91+96=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B60 is #2DA49F. Grayscale: #7F7F7F. Windows color (decimal): -2991264 or 6314962. OLE color: 6314962.

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

Color convert

RGB 210 91 96 -
CMYK 0 0.57 0.54 0.18
HSL 357.48º 0.57% 0.59% -
HSV(B) 357.48º 0.57% 0.82% -
XYZ 32.43 22.03 13.61 -
YUV 127.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 210 91 96 0 0.57 0.54 0.18 357.48 0.57 0.59
Hex D2 5B 60 0 39 36 12 165 39 3B
Octal 322 133 140 0 71 66 22 545 71 73
Binary 11010010 1011011 1100000 0 111001 110110 10010 101100101 111001 111011

Color Harmonies of #D25B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B60

Black with #D25B60

Text Example


Text Example

White with #D25B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B60; }

 p { color: rgb(210,91,96); }

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

background-color css

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

 a { background-color: rgb(210,91,96); }

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

border-color css

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

 span { border-color: rgb(210,91,96); }

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