Html Css Color HEX #D4485C Mandy

📋 copy color: '#D4485C'

red 212 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D4485C

Tints of Mandy #D4485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 56.38%
G = 19.15%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4485C (or 0xD4485C) is known color: Mandy. HEX triplet: D4, 48 and 5C. RGB value is (212,72,92). Sum of RGB (Red+Green+Blue) = 212+72+92=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4485C is #2BB7A3. Grayscale: #747474. Windows color (decimal): -2865060 or 6047956. OLE color: 6047956.

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

Color convert

RGB 212 72 92 -
CMYK 0 0.66 0.57 0.17
HSL 351.43º 0.62% 0.56% -
HSV(B) 351.43º 0.66% 0.83% -
XYZ 31.4 19.4 12.22 -
YUV 116.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 212 72 92 0 0.66 0.57 0.17 351.43 0.62 0.56
Hex D4 48 5C 0 42 39 11 15F 3E 38
Octal 324 110 134 0 102 71 21 537 76 70
Binary 11010100 1001000 1011100 0 1000010 111001 10001 101011111 111110 111000

Color Harmonies of #D4485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4485C

Black with #D4485C

Text Example


Text Example

White with #D4485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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