Html Css Color HEX #D54A54 Mandy

📋 copy color: '#D54A54'

red 213 ◦ green 74 ◦ blue 84

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

Shades of Mandy #D54A54

Tints of Mandy #D54A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 57.41%
G = 19.95%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D54A54 (or 0xD54A54) is known color: Mandy. HEX triplet: D5, 4A and 54. RGB value is (213,74,84). Sum of RGB (Red+Green+Blue) = 213+74+84=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A54 is #2AB5AB. Grayscale: #747474. Windows color (decimal): -2799020 or 5524181. OLE color: 5524181.

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

Color convert

RGB 213 74 84 -
CMYK 0 0.65 0.61 0.16
HSL 355.68º 0.62% 0.56% -
HSV(B) 355.68º 0.65% 0.84% -
XYZ 31.49 19.68 10.53 -
YUV 116.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 213 74 84 0 0.65 0.61 0.16 355.68 0.62 0.56
Hex D5 4A 54 0 41 3D 10 164 3E 38
Octal 325 112 124 0 101 75 20 544 76 70
Binary 11010101 1001010 1010100 0 1000001 111101 10000 101100100 111110 111000

Color Harmonies of #D54A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A54

Black with #D54A54

Text Example


Text Example

White with #D54A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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