Html Css Color HEX #D4495C Mandy

📋 copy color: '#D4495C'

red 212 ◦ green 73 ◦ blue 92

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

Shades of Mandy #D4495C

Tints of Mandy #D4495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 56.23%
G = 19.36%
B = 24.4%

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

#D4495C (or 0xD4495C) is known color: Mandy. HEX triplet: D4, 49 and 5C. RGB value is (212,73,92). Sum of RGB (Red+Green+Blue) = 212+73+92=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4495C is #2BB6A3. Grayscale: #747474. Windows color (decimal): -2864804 or 6048212. OLE color: 6048212.

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

Color convert

RGB 212 73 92 -
CMYK 0 0.66 0.57 0.17
HSL 351.8º 0.62% 0.56% -
HSV(B) 351.8º 0.66% 0.83% -
XYZ 31.47 19.53 12.24 -
YUV 116.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 212 73 92 0 0.66 0.57 0.17 351.8 0.62 0.56
Hex D4 49 5C 0 42 39 11 160 3E 38
Octal 324 111 134 0 102 71 21 540 76 70
Binary 11010100 1001001 1011100 0 1000010 111001 10001 101100000 111110 111000

Color Harmonies of #D4495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4495C

Black with #D4495C

Text Example


Text Example

White with #D4495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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