Html Css Color HEX #D4485F Mandy

📋 copy color: '#D4485F'

red 212 ◦ green 72 ◦ blue 95

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

Shades of Mandy #D4485F

Tints of Mandy #D4485F

RGB

 RED value IS 212 (83.2% from 255) = 55.94%

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

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

R = 55.94%
G = 19%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4485F (or 0xD4485F) is known color: Mandy. HEX triplet: D4, 48 and 5F. RGB value is (212,72,95). Sum of RGB (Red+Green+Blue) = 212+72+95=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D4485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4485F is #2BB7A0. Grayscale: #747474. Windows color (decimal): -2865057 or 6244564. OLE color: 6244564.

HSL color Cylindrical-coordinate representation of color #D4485F: hue angle of 350.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4485F is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 95 -
CMYK 0 0.66 0.55 0.17
HSL 350.14º 0.62% 0.56% -
HSV(B) 350.14º 0.66% 0.83% -
XYZ 31.53 19.46 12.92 -
YUV 116.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 212 72 95 0 0.66 0.55 0.17 350.14 0.62 0.56
Hex D4 48 5F 0 42 37 11 15E 3E 38
Octal 324 110 137 0 102 67 21 536 76 70
Binary 11010100 1001000 1011111 0 1000010 110111 10001 101011110 111110 111000

Color Harmonies of #D4485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4485F

Black with #D4485F

Text Example


Text Example

White with #D4485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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