Html Css Color HEX #D54861 Mandy

📋 copy color: '#D54861'

red 213 ◦ green 72 ◦ blue 97

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

Shades of Mandy #D54861

Tints of Mandy #D54861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 97 (38.28% from 255) = 25.39%

R = 55.76%
G = 18.85%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54861 (or 0xD54861) is known color: Mandy. HEX triplet: D5, 48 and 61. RGB value is (213,72,97). Sum of RGB (Red+Green+Blue) = 213+72+97=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54861 is #2AB79E. Grayscale: #757575. Windows color (decimal): -2799519 or 6375637. OLE color: 6375637.

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

Color convert

RGB 213 72 97 -
CMYK 0 0.66 0.54 0.16
HSL 349.36º 0.63% 0.56% -
HSV(B) 349.36º 0.66% 0.84% -
XYZ 31.92 19.64 13.42 -
YUV 117.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 213 72 97 0 0.66 0.54 0.16 349.36 0.63 0.56
Hex D5 48 61 0 42 36 10 15D 3F 38
Octal 325 110 141 0 102 66 20 535 77 70
Binary 11010101 1001000 1100001 0 1000010 110110 10000 101011101 111111 111000

Color Harmonies of #D54861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54861

Black with #D54861

Text Example


Text Example

White with #D54861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54861; }

 p { color: rgb(213,72,97); }

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

background-color css

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

 a { background-color: rgb(213,72,97); }

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

border-color css

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

 span { border-color: rgb(213,72,97); }

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