Html Css Color HEX #D54C5F Mandy

📋 copy color: '#D54C5F'

red 213 ◦ green 76 ◦ blue 95

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

Shades of Mandy #D54C5F

Tints of Mandy #D54C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 55.47%
G = 19.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D54C5F (or 0xD54C5F) is known color: Mandy. HEX triplet: D5, 4C and 5F. RGB value is (213,76,95). Sum of RGB (Red+Green+Blue) = 213+76+95=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C5F is #2AB3A0. Grayscale: #777777. Windows color (decimal): -2798497 or 6245589. OLE color: 6245589.

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

Color convert

RGB 213 76 95 -
CMYK 0 0.64 0.55 0.16
HSL 351.68º 0.62% 0.57% -
HSV(B) 351.68º 0.64% 0.84% -
XYZ 32.09 20.14 13.02 -
YUV 119.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 213 76 95 0 0.64 0.55 0.16 351.68 0.62 0.57
Hex D5 4C 5F 0 40 37 10 160 3E 39
Octal 325 114 137 0 100 67 20 540 76 71
Binary 11010101 1001100 1011111 0 1000000 110111 10000 101100000 111110 111001

Color Harmonies of #D54C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C5F

Black with #D54C5F

Text Example


Text Example

White with #D54C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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