Html Css Color HEX #D2475E Mandy

📋 copy color: '#D2475E'

red 210 ◦ green 71 ◦ blue 94

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

Shades of Mandy #D2475E

Tints of Mandy #D2475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 56%
G = 18.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2475E (or 0xD2475E) is known color: Mandy. HEX triplet: D2, 47 and 5E. RGB value is (210,71,94). Sum of RGB (Red+Green+Blue) = 210+71+94=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2475E is #2DB8A1. Grayscale: #737373. Windows color (decimal): -2996386 or 6178770. OLE color: 6178770.

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

Color convert

RGB 210 71 94 -
CMYK 0 0.66 0.55 0.18
HSL 350.07º 0.61% 0.55% -
HSV(B) 350.07º 0.66% 0.82% -
XYZ 30.85 19.02 12.63 -
YUV 115.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 210 71 94 0 0.66 0.55 0.18 350.07 0.61 0.55
Hex D2 47 5E 0 42 37 12 15E 3D 37
Octal 322 107 136 0 102 67 22 536 75 67
Binary 11010010 1000111 1011110 0 1000010 110111 10010 101011110 111101 110111

Color Harmonies of #D2475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2475E

Black with #D2475E

Text Example


Text Example

White with #D2475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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