Html Css Color HEX #D54C58 Mandy

📋 copy color: '#D54C58'

red 213 ◦ green 76 ◦ blue 88

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

Shades of Mandy #D54C58

Tints of Mandy #D54C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 56.5%
G = 20.16%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D54C58 (or 0xD54C58) is known color: Mandy. HEX triplet: D5, 4C and 58. RGB value is (213,76,88). Sum of RGB (Red+Green+Blue) = 213+76+88=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C58 is #2AB3A7. Grayscale: #767676. Windows color (decimal): -2798504 or 5786837. OLE color: 5786837.

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

Color convert

RGB 213 76 88 -
CMYK 0 0.64 0.59 0.16
HSL 354.74º 0.62% 0.57% -
HSV(B) 354.74º 0.64% 0.84% -
XYZ 31.79 20.02 11.42 -
YUV 118.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 213 76 88 0 0.64 0.59 0.16 354.74 0.62 0.57
Hex D5 4C 58 0 40 3B 10 163 3E 39
Octal 325 114 130 0 100 73 20 543 76 71
Binary 11010101 1001100 1011000 0 1000000 111011 10000 101100011 111110 111001

Color Harmonies of #D54C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C58

Black with #D54C58

Text Example


Text Example

White with #D54C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C58; }

 p { color: rgb(213,76,88); }

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

background-color css

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

 a { background-color: rgb(213,76,88); }

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

border-color css

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

 span { border-color: rgb(213,76,88); }

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