Html Css Color HEX #D2474F Mandy

📋 copy color: '#D2474F'

red 210 ◦ green 71 ◦ blue 79

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

Shades of Mandy #D2474F

Tints of Mandy #D2474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 58.33%
G = 19.72%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2474F (or 0xD2474F) is known color: Mandy. HEX triplet: D2, 47 and 4F. RGB value is (210,71,79). Sum of RGB (Red+Green+Blue) = 210+71+79=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2474F is #2DB8B0. Grayscale: #717171. Windows color (decimal): -2996401 or 5195730. OLE color: 5195730.

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

Color convert

RGB 210 71 79 -
CMYK 0 0.66 0.62 0.18
HSL 356.55º 0.61% 0.55% -
HSV(B) 356.55º 0.66% 0.82% -
XYZ 30.24 18.77 9.43 -
YUV 113.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 210 71 79 0 0.66 0.62 0.18 356.55 0.61 0.55
Hex D2 47 4F 0 42 3E 12 165 3D 37
Octal 322 107 117 0 102 76 22 545 75 67
Binary 11010010 1000111 1001111 0 1000010 111110 10010 101100101 111101 110111

Color Harmonies of #D2474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2474F

Black with #D2474F

Text Example


Text Example

White with #D2474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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