Html Css Color HEX #D5475D Mandy

📋 copy color: '#D5475D'

red 213 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D5475D

Tints of Mandy #D5475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 56.5%
G = 18.83%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5475D (or 0xD5475D) is known color: Mandy. HEX triplet: D5, 47 and 5D. RGB value is (213,71,93). Sum of RGB (Red+Green+Blue) = 213+71+93=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5475D is #2AB8A2. Grayscale: #747474. Windows color (decimal): -2799779 or 6113237. OLE color: 6113237.

HSL color Cylindrical-coordinate representation of color #D5475D: hue angle of 350.7º 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 #D5475D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 93 -
CMYK 0 0.67 0.56 0.16
HSL 350.7º 0.63% 0.56% -
HSV(B) 350.7º 0.67% 0.84% -
XYZ 31.67 19.44 12.44 -
YUV 115.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 213 71 93 0 0.67 0.56 0.16 350.7 0.63 0.56
Hex D5 47 5D 0 43 38 10 15F 3F 38
Octal 325 107 135 0 103 70 20 537 77 70
Binary 11010101 1000111 1011101 0 1000011 111000 10000 101011111 111111 111000

Color Harmonies of #D5475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5475D

Black with #D5475D

Text Example


Text Example

White with #D5475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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