Html Css Color HEX #D54C55 Mandy

📋 copy color: '#D54C55'

red 213 ◦ green 76 ◦ blue 85

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

Shades of Mandy #D54C55

Tints of Mandy #D54C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 56.95%
G = 20.32%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D54C55 (or 0xD54C55) is known color: Mandy. HEX triplet: D5, 4C and 55. RGB value is (213,76,85). Sum of RGB (Red+Green+Blue) = 213+76+85=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C55 is #2AB3AA. Grayscale: #767676. Windows color (decimal): -2798507 or 5590229. OLE color: 5590229.

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

Color convert

RGB 213 76 85 -
CMYK 0 0.64 0.60 0.16
HSL 356.06º 0.62% 0.57% -
HSV(B) 356.06º 0.64% 0.84% -
XYZ 31.66 19.97 10.78 -
YUV 117.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 213 76 85 0 0.64 0.60 0.16 356.06 0.62 0.57
Hex D5 4C 55 0 40 3C 10 164 3E 39
Octal 325 114 125 0 100 74 20 544 76 71
Binary 11010101 1001100 1010101 0 1000000 111100 10000 101100100 111110 111001

Color Harmonies of #D54C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C55

Black with #D54C55

Text Example


Text Example

White with #D54C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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