Html Css Color HEX #D2485F Mandy

📋 copy color: '#D2485F'

red 210 ◦ green 72 ◦ blue 95

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

Shades of Mandy #D2485F

Tints of Mandy #D2485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 55.7%
G = 19.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2485F (or 0xD2485F) is known color: Mandy. HEX triplet: D2, 48 and 5F. RGB value is (210,72,95). Sum of RGB (Red+Green+Blue) = 210+72+95=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2485F is #2DB7A0. Grayscale: #737373. Windows color (decimal): -2996129 or 6244562. OLE color: 6244562.

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

Color convert

RGB 210 72 95 -
CMYK 0 0.66 0.55 0.18
HSL 350º 0.61% 0.55% -
HSV(B) 350º 0.66% 0.82% -
XYZ 30.96 19.16 12.89 -
YUV 115.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 210 72 95 0 0.66 0.55 0.18 350 0.61 0.55
Hex D2 48 5F 0 42 37 12 15E 3D 37
Octal 322 110 137 0 102 67 22 536 75 67
Binary 11010010 1001000 1011111 0 1000010 110111 10010 101011110 111101 110111

Color Harmonies of #D2485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2485F

Black with #D2485F

Text Example


Text Example

White with #D2485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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