Html Css Color HEX #D54150 Mandy

📋 copy color: '#D54150'

red 213 ◦ green 65 ◦ blue 80

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

Shades of Mandy #D54150

Tints of Mandy #D54150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 59.5%
G = 18.16%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54150 (or 0xD54150) is known color: Mandy. HEX triplet: D5, 41 and 50. RGB value is (213,65,80). Sum of RGB (Red+Green+Blue) = 213+65+80=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D54150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54150 is #2ABEAF. Grayscale: #6F6F6F. Windows color (decimal): -2801328 or 5259733. OLE color: 5259733.

HSL color Cylindrical-coordinate representation of color #D54150: hue angle of 353.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54150 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 80 -
CMYK 0 0.69 0.62 0.16
HSL 353.92º 0.64% 0.55% -
HSV(B) 353.92º 0.69% 0.84% -
XYZ 30.78 18.51 9.54 -
YUV 110.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 213 65 80 0 0.69 0.62 0.16 353.92 0.64 0.55
Hex D5 41 50 0 45 3E 10 162 40 37
Octal 325 101 120 0 105 76 20 542 100 67
Binary 11010101 1000001 1010000 0 1000101 111110 10000 101100010 1000000 110111

Color Harmonies of #D54150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54150

Black with #D54150

Text Example


Text Example

White with #D54150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54150; }

 p { color: rgb(213,65,80); }

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

background-color css

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

 a { background-color: rgb(213,65,80); }

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

border-color css

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

 span { border-color: rgb(213,65,80); }

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