Html Css Color HEX #D5424A Mandy

📋 copy color: '#D5424A'

red 213 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D5424A

Tints of Mandy #D5424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 60.34%
G = 18.7%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5424A (or 0xD5424A) is known color: Mandy. HEX triplet: D5, 42 and 4A. RGB value is (213,66,74). Sum of RGB (Red+Green+Blue) = 213+66+74=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5424A is #2ABDB5. Grayscale: #6E6E6E. Windows color (decimal): -2801078 or 4866773. OLE color: 4866773.

HSL color Cylindrical-coordinate representation of color #D5424A: hue angle of 356.73º 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 #D5424A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 74 -
CMYK 0 0.69 0.65 0.16
HSL 356.73º 0.64% 0.55% -
HSV(B) 356.73º 0.69% 0.84% -
XYZ 30.62 18.54 8.44 -
YUV 110.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 213 66 74 0 0.69 0.65 0.16 356.73 0.64 0.55
Hex D5 42 4A 0 45 41 10 165 40 37
Octal 325 102 112 0 105 101 20 545 100 67
Binary 11010101 1000010 1001010 0 1000101 1000001 10000 101100101 1000000 110111

Color Harmonies of #D5424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5424A

Black with #D5424A

Text Example


Text Example

White with #D5424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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