Html Css Color HEX #D54761 Mandy

📋 copy color: '#D54761'

red 213 ◦ green 71 ◦ blue 97

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

Shades of Mandy #D54761

Tints of Mandy #D54761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

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

R = 55.91%
G = 18.64%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54761 (or 0xD54761) is known color: Mandy. HEX triplet: D5, 47 and 61. RGB value is (213,71,97). Sum of RGB (Red+Green+Blue) = 213+71+97=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54761 is #2AB89E. Grayscale: #747474. Windows color (decimal): -2799775 or 6375381. OLE color: 6375381.

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

Color convert

RGB 213 71 97 -
CMYK 0 0.67 0.54 0.16
HSL 349.01º 0.63% 0.56% -
HSV(B) 349.01º 0.67% 0.84% -
XYZ 31.85 19.52 13.4 -
YUV 116.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 213 71 97 0 0.67 0.54 0.16 349.01 0.63 0.56
Hex D5 47 61 0 43 36 10 15D 3F 38
Octal 325 107 141 0 103 66 20 535 77 70
Binary 11010101 1000111 1100001 0 1000011 110110 10000 101011101 111111 111000

Color Harmonies of #D54761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54761

Black with #D54761

Text Example


Text Example

White with #D54761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54761; }

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

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

background-color css

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

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

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

border-color css

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

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

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