Html Css Color HEX #D54850 Mandy

📋 copy color: '#D54850'

red 213 ◦ green 72 ◦ blue 80

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

Shades of Mandy #D54850

Tints of Mandy #D54850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

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

R = 58.36%
G = 19.73%
B = 21.92%

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

#D54850 (or 0xD54850) is known color: Mandy. HEX triplet: D5, 48 and 50. RGB value is (213,72,80). Sum of RGB (Red+Green+Blue) = 213+72+80=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D54850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54850 is #2AB7AF. Grayscale: #737373. Windows color (decimal): -2799536 or 5261525. OLE color: 5261525.

HSL color Cylindrical-coordinate representation of color #D54850: hue angle of 356.6º degrees, saturation: 0.63, 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 #D54850 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 80 -
CMYK 0 0.66 0.62 0.16
HSL 356.6º 0.63% 0.56% -
HSV(B) 356.6º 0.66% 0.84% -
XYZ 31.21 19.36 9.68 -
YUV 115.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 213 72 80 0 0.66 0.62 0.16 356.6 0.63 0.56
Hex D5 48 50 0 42 3E 10 165 3F 38
Octal 325 110 120 0 102 76 20 545 77 70
Binary 11010101 1001000 1010000 0 1000010 111110 10000 101100101 111111 111000

Color Harmonies of #D54850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54850

Black with #D54850

Text Example


Text Example

White with #D54850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54850; }

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

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

background-color css

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

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

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

border-color css

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

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

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