Html Css Color HEX #D2474A Mandy

📋 copy color: '#D2474A'

red 210 ◦ green 71 ◦ blue 74

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

Shades of Mandy #D2474A

Tints of Mandy #D2474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 59.15%
G = 20%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2474A (or 0xD2474A) is known color: Mandy. HEX triplet: D2, 47 and 4A. RGB value is (210,71,74). Sum of RGB (Red+Green+Blue) = 210+71+74=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2474A is #2DB8B5. Grayscale: #717171. Windows color (decimal): -2996406 or 4868050. OLE color: 4868050.

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

Color convert

RGB 210 71 74 -
CMYK 0 0.66 0.65 0.18
HSL 358.71º 0.61% 0.55% -
HSV(B) 358.71º 0.66% 0.82% -
XYZ 30.07 18.7 8.5 -
YUV 112.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 210 71 74 0 0.66 0.65 0.18 358.71 0.61 0.55
Hex D2 47 4A 0 42 41 12 167 3D 37
Octal 322 107 112 0 102 101 22 547 75 67
Binary 11010010 1000111 1001010 0 1000010 1000001 10010 101100111 111101 110111

Color Harmonies of #D2474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2474A

Black with #D2474A

Text Example


Text Example

White with #D2474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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