Html Css Color HEX #D4484D Mandy

📋 copy color: '#D4484D'

red 212 ◦ green 72 ◦ blue 77

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

Shades of Mandy #D4484D

Tints of Mandy #D4484D

RGB

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

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

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

R = 58.73%
G = 19.94%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4484D (or 0xD4484D) is known color: Mandy. HEX triplet: D4, 48 and 4D. RGB value is (212,72,77). Sum of RGB (Red+Green+Blue) = 212+72+77=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4484D is #2BB7B2. Grayscale: #727272. Windows color (decimal): -2865075 or 5064916. OLE color: 5064916.

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

Color convert

RGB 212 72 77 -
CMYK 0 0.66 0.64 0.17
HSL 357.86º 0.62% 0.56% -
HSV(B) 357.86º 0.66% 0.83% -
XYZ 30.81 19.17 9.1 -
YUV 114.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 212 72 77 0 0.66 0.64 0.17 357.86 0.62 0.56
Hex D4 48 4D 0 42 40 11 166 3E 38
Octal 324 110 115 0 102 100 21 546 76 70
Binary 11010100 1001000 1001101 0 1000010 1000000 10001 101100110 111110 111000

Color Harmonies of #D4484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4484D

Black with #D4484D

Text Example


Text Example

White with #D4484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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