Html Css Color HEX #D54050 Mandy

📋 copy color: '#D54050'

red 213 ◦ green 64 ◦ blue 80

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

Shades of Mandy #D54050

Tints of Mandy #D54050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 59.66%
G = 17.93%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54050 (or 0xD54050) is known color: Mandy. HEX triplet: D5, 40 and 50. RGB value is (213,64,80). Sum of RGB (Red+Green+Blue) = 213+64+80=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54050 is #2ABFAF. Grayscale: #6E6E6E. Windows color (decimal): -2801584 or 5259477. OLE color: 5259477.

HSL color Cylindrical-coordinate representation of color #D54050: hue angle of 353.56º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54050 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 80 -
CMYK 0 0.70 0.62 0.16
HSL 353.56º 0.64% 0.54% -
HSV(B) 353.56º 0.7% 0.84% -
XYZ 30.72 18.39 9.52 -
YUV 110.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 213 64 80 0 0.70 0.62 0.16 353.56 0.64 0.54
Hex D5 40 50 0 46 3E 10 162 40 36
Octal 325 100 120 0 106 76 20 542 100 66
Binary 11010101 1000000 1010000 0 1000110 111110 10000 101100010 1000000 110110

Color Harmonies of #D54050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54050

Black with #D54050

Text Example


Text Example

White with #D54050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54050; }

 p { color: rgb(213,64,80); }

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

background-color css

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

 a { background-color: rgb(213,64,80); }

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

border-color css

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

 span { border-color: rgb(213,64,80); }

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