Html Css Color HEX #D54C5E Mandy

📋 copy color: '#D54C5E'

red 213 ◦ green 76 ◦ blue 94

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

Shades of Mandy #D54C5E

Tints of Mandy #D54C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 55.61%
G = 19.84%
B = 24.54%

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

#D54C5E (or 0xD54C5E) is known color: Mandy. HEX triplet: D5, 4C and 5E. RGB value is (213,76,94). Sum of RGB (Red+Green+Blue) = 213+76+94=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C5E is #2AB3A1. Grayscale: #777777. Windows color (decimal): -2798498 or 6180053. OLE color: 6180053.

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

Color convert

RGB 213 76 94 -
CMYK 0 0.64 0.56 0.16
HSL 352.12º 0.62% 0.57% -
HSV(B) 352.12º 0.64% 0.84% -
XYZ 32.05 20.12 12.78 -
YUV 119.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 213 76 94 0 0.64 0.56 0.16 352.12 0.62 0.57
Hex D5 4C 5E 0 40 38 10 160 3E 39
Octal 325 114 136 0 100 70 20 540 76 71
Binary 11010101 1001100 1011110 0 1000000 111000 10000 101100000 111110 111001

Color Harmonies of #D54C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C5E

Black with #D54C5E

Text Example


Text Example

White with #D54C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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