Html Css Color HEX #D2484A Mandy

📋 copy color: '#D2484A'

red 210 ◦ green 72 ◦ blue 74

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

Shades of Mandy #D2484A

Tints of Mandy #D2484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 58.99%
G = 20.22%
B = 20.79%

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

#D2484A (or 0xD2484A) is known color: Mandy. HEX triplet: D2, 48 and 4A. RGB value is (210,72,74). Sum of RGB (Red+Green+Blue) = 210+72+74=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2484A is #2DB7B5. Grayscale: #717171. Windows color (decimal): -2996150 or 4868306. OLE color: 4868306.

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

Color convert

RGB 210 72 74 -
CMYK 0 0.66 0.65 0.18
HSL 359.13º 0.61% 0.55% -
HSV(B) 359.13º 0.66% 0.82% -
XYZ 30.13 18.83 8.53 -
YUV 113.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 210 72 74 0 0.66 0.65 0.18 359.13 0.61 0.55
Hex D2 48 4A 0 42 41 12 167 3D 37
Octal 322 110 112 0 102 101 22 547 75 67
Binary 11010010 1001000 1001010 0 1000010 1000001 10010 101100111 111101 110111

Color Harmonies of #D2484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2484A

Black with #D2484A

Text Example


Text Example

White with #D2484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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