Html Css Color HEX #D54E5D Mandy

📋 copy color: '#D54E5D'

red 213 ◦ green 78 ◦ blue 93

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

Shades of Mandy #D54E5D

Tints of Mandy #D54E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 55.47%
G = 20.31%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D54E5D (or 0xD54E5D) is known color: Mandy. HEX triplet: D5, 4E and 5D. RGB value is (213,78,93). Sum of RGB (Red+Green+Blue) = 213+78+93=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E5D is #2AB1A2. Grayscale: #787878. Windows color (decimal): -2797987 or 6115029. OLE color: 6115029.

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

Color convert

RGB 213 78 93 -
CMYK 0 0.63 0.56 0.16
HSL 353.33º 0.62% 0.57% -
HSV(B) 353.33º 0.63% 0.84% -
XYZ 32.14 20.39 12.6 -
YUV 120.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 213 78 93 0 0.63 0.56 0.16 353.33 0.62 0.57
Hex D5 4E 5D 0 3F 38 10 161 3E 39
Octal 325 116 135 0 77 70 20 541 76 71
Binary 11010101 1001110 1011101 0 111111 111000 10000 101100001 111110 111001

Color Harmonies of #D54E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E5D

Black with #D54E5D

Text Example


Text Example

White with #D54E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E5D; }

 p { color: rgb(213,78,93); }

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

background-color css

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

 a { background-color: rgb(213,78,93); }

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

border-color css

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

 span { border-color: rgb(213,78,93); }

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