Html Css Color HEX #D5475C Mandy

📋 copy color: '#D5475C'

red 213 ◦ green 71 ◦ blue 92

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

Shades of Mandy #D5475C

Tints of Mandy #D5475C

RGB

 RED value IS 213 (83.59% from 255) = 56.65%

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

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

R = 56.65%
G = 18.88%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5475C (or 0xD5475C) is known color: Mandy. HEX triplet: D5, 47 and 5C. RGB value is (213,71,92). Sum of RGB (Red+Green+Blue) = 213+71+92=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5475C is #2AB8A3. Grayscale: #737373. Windows color (decimal): -2799780 or 6047701. OLE color: 6047701.

HSL color Cylindrical-coordinate representation of color #D5475C: hue angle of 351.13º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5475C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 92 -
CMYK 0 0.67 0.57 0.16
HSL 351.13º 0.63% 0.56% -
HSV(B) 351.13º 0.67% 0.84% -
XYZ 31.63 19.43 12.21 -
YUV 115.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 213 71 92 0 0.67 0.57 0.16 351.13 0.63 0.56
Hex D5 47 5C 0 43 39 10 15F 3F 38
Octal 325 107 134 0 103 71 20 537 77 70
Binary 11010101 1000111 1011100 0 1000011 111001 10000 101011111 111111 111000

Color Harmonies of #D5475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5475C

Black with #D5475C

Text Example


Text Example

White with #D5475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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