Html Css Color HEX #D54C5D Mandy

📋 copy color: '#D54C5D'

red 213 ◦ green 76 ◦ blue 93

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

Shades of Mandy #D54C5D

Tints of Mandy #D54C5D

RGB

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

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

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

R = 55.76%
G = 19.9%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D54C5D (or 0xD54C5D) is known color: Mandy. HEX triplet: D5, 4C and 5D. RGB value is (213,76,93). Sum of RGB (Red+Green+Blue) = 213+76+93=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C5D is #2AB3A2. Grayscale: #767676. Windows color (decimal): -2798499 or 6114517. OLE color: 6114517.

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

Color convert

RGB 213 76 93 -
CMYK 0 0.64 0.56 0.16
HSL 352.55º 0.62% 0.57% -
HSV(B) 352.55º 0.64% 0.84% -
XYZ 32 20.11 12.55 -
YUV 118.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 213 76 93 0 0.64 0.56 0.16 352.55 0.62 0.57
Hex D5 4C 5D 0 40 38 10 161 3E 39
Octal 325 114 135 0 100 70 20 541 76 71
Binary 11010101 1001100 1011101 0 1000000 111000 10000 101100001 111110 111001

Color Harmonies of #D54C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C5D

Black with #D54C5D

Text Example


Text Example

White with #D54C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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