Html Css Color HEX #D2474D Mandy

📋 copy color: '#D2474D'

red 210 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D2474D

Tints of Mandy #D2474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 58.66%
G = 19.83%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2474D (or 0xD2474D) is known color: Mandy. HEX triplet: D2, 47 and 4D. RGB value is (210,71,77). Sum of RGB (Red+Green+Blue) = 210+71+77=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2474D is #2DB8B2. Grayscale: #717171. Windows color (decimal): -2996403 or 5064658. OLE color: 5064658.

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

Color convert

RGB 210 71 77 -
CMYK 0 0.66 0.63 0.18
HSL 357.41º 0.61% 0.55% -
HSV(B) 357.41º 0.66% 0.82% -
XYZ 30.17 18.74 9.05 -
YUV 113.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 210 71 77 0 0.66 0.63 0.18 357.41 0.61 0.55
Hex D2 47 4D 0 42 3F 12 165 3D 37
Octal 322 107 115 0 102 77 22 545 75 67
Binary 11010010 1000111 1001101 0 1000010 111111 10010 101100101 111101 110111

Color Harmonies of #D2474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2474D

Black with #D2474D

Text Example


Text Example

White with #D2474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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