Html Css Color HEX #D25A5E Mandy

📋 copy color: '#D25A5E'

red 210 ◦ green 90 ◦ blue 94

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

Shades of Mandy #D25A5E

Tints of Mandy #D25A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 53.3%
G = 22.84%
B = 23.86%

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

#D25A5E (or 0xD25A5E) is known color: Mandy. HEX triplet: D2, 5A and 5E. RGB value is (210,90,94). Sum of RGB (Red+Green+Blue) = 210+90+94=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A5E is #2DA5A1. Grayscale: #7E7E7E. Windows color (decimal): -2991522 or 6183634. OLE color: 6183634.

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

Color convert

RGB 210 90 94 -
CMYK 0 0.57 0.55 0.18
HSL 358º 0.57% 0.59% -
HSV(B) 358º 0.57% 0.82% -
XYZ 32.25 21.82 13.1 -
YUV 126.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 210 90 94 0 0.57 0.55 0.18 358 0.57 0.59
Hex D2 5A 5E 0 39 37 12 166 39 3B
Octal 322 132 136 0 71 67 22 546 71 73
Binary 11010010 1011010 1011110 0 111001 110111 10010 101100110 111001 111011

Color Harmonies of #D25A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A5E

Black with #D25A5E

Text Example


Text Example

White with #D25A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A5E; }

 p { color: rgb(210,90,94); }

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

background-color css

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

 a { background-color: rgb(210,90,94); }

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

border-color css

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

 span { border-color: rgb(210,90,94); }

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