Html Css Color HEX #D55054 Mandy

📋 copy color: '#D55054'

red 213 ◦ green 80 ◦ blue 84

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

Shades of Mandy #D55054

Tints of Mandy #D55054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 56.5%
G = 21.22%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55054 (or 0xD55054) is known color: Mandy. HEX triplet: D5, 50 and 54. RGB value is (213,80,84). Sum of RGB (Red+Green+Blue) = 213+80+84=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55054 is #2AAFAB. Grayscale: #787878. Windows color (decimal): -2797484 or 5525717. OLE color: 5525717.

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

Color convert

RGB 213 80 84 -
CMYK 0 0.62 0.61 0.16
HSL 358.2º 0.61% 0.57% -
HSV(B) 358.2º 0.62% 0.84% -
XYZ 31.91 20.52 10.67 -
YUV 120.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 213 80 84 0 0.62 0.61 0.16 358.2 0.61 0.57
Hex D5 50 54 0 3E 3D 10 166 3D 39
Octal 325 120 124 0 76 75 20 546 75 71
Binary 11010101 1010000 1010100 0 111110 111101 10000 101100110 111101 111001

Color Harmonies of #D55054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55054

Black with #D55054

Text Example


Text Example

White with #D55054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55054; }

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

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

background-color css

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

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

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

border-color css

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

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

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