Html Css Color HEX #D54950 Mandy

📋 copy color: '#D54950'

red 213 ◦ green 73 ◦ blue 80

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

Shades of Mandy #D54950

Tints of Mandy #D54950

RGB

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

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

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

R = 58.2%
G = 19.95%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54950 (or 0xD54950) is known color: Mandy. HEX triplet: D5, 49 and 50. RGB value is (213,73,80). Sum of RGB (Red+Green+Blue) = 213+73+80=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54950 is #2AB6AF. Grayscale: #737373. Windows color (decimal): -2799280 or 5261781. OLE color: 5261781.

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

Color convert

RGB 213 73 80 -
CMYK 0 0.66 0.62 0.16
HSL 357º 0.63% 0.56% -
HSV(B) 357º 0.66% 0.84% -
XYZ 31.27 19.49 9.7 -
YUV 115.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 213 73 80 0 0.66 0.62 0.16 357 0.63 0.56
Hex D5 49 50 0 42 3E 10 165 3E 38
Octal 325 111 120 0 102 76 20 545 76 70
Binary 11010101 1001001 1010000 0 1000010 111110 10000 101100101 111110 111000

Color Harmonies of #D54950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54950

Black with #D54950

Text Example


Text Example

White with #D54950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54950; }

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

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

background-color css

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

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

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

border-color css

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

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

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