Html Css Color HEX #D4475C Mandy

📋 copy color: '#D4475C'

red 212 ◦ green 71 ◦ blue 92

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

Shades of Mandy #D4475C

Tints of Mandy #D4475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 56.53%
G = 18.93%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4475C (or 0xD4475C) is known color: Mandy. HEX triplet: D4, 47 and 5C. RGB value is (212,71,92). Sum of RGB (Red+Green+Blue) = 212+71+92=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4475C is #2BB8A3. Grayscale: #737373. Windows color (decimal): -2865316 or 6047700. OLE color: 6047700.

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

Color convert

RGB 212 71 92 -
CMYK 0 0.67 0.57 0.17
HSL 351.06º 0.62% 0.55% -
HSV(B) 351.06º 0.67% 0.83% -
XYZ 31.34 19.28 12.19 -
YUV 115.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 212 71 92 0 0.67 0.57 0.17 351.06 0.62 0.55
Hex D4 47 5C 0 43 39 11 15F 3E 37
Octal 324 107 134 0 103 71 21 537 76 67
Binary 11010100 1000111 1011100 0 1000011 111001 10001 101011111 111110 110111

Color Harmonies of #D4475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4475C

Black with #D4475C

Text Example


Text Example

White with #D4475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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