Html Css Color HEX #D2475B Mandy

📋 copy color: '#D2475B'

red 210 ◦ green 71 ◦ blue 91

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

Shades of Mandy #D2475B

Tints of Mandy #D2475B

RGB

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

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

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

R = 56.45%
G = 19.09%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2475B (or 0xD2475B) is known color: Mandy. HEX triplet: D2, 47 and 5B. RGB value is (210,71,91). Sum of RGB (Red+Green+Blue) = 210+71+91=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2475B is #2DB8A4. Grayscale: #727272. Windows color (decimal): -2996389 or 5982162. OLE color: 5982162.

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

Color convert

RGB 210 71 91 -
CMYK 0 0.66 0.57 0.18
HSL 351.37º 0.61% 0.55% -
HSV(B) 351.37º 0.66% 0.82% -
XYZ 30.72 18.96 11.94 -
YUV 114.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 210 71 91 0 0.66 0.57 0.18 351.37 0.61 0.55
Hex D2 47 5B 0 42 39 12 15F 3D 37
Octal 322 107 133 0 102 71 22 537 75 67
Binary 11010010 1000111 1011011 0 1000010 111001 10010 101011111 111101 110111

Color Harmonies of #D2475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2475B

Black with #D2475B

Text Example


Text Example

White with #D2475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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