Html Css Color HEX #D5424D Mandy

📋 copy color: '#D5424D'

red 213 ◦ green 66 ◦ blue 77

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

Shades of Mandy #D5424D

Tints of Mandy #D5424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 59.83%
G = 18.54%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5424D (or 0xD5424D) is known color: Mandy. HEX triplet: D5, 42 and 4D. RGB value is (213,66,77). Sum of RGB (Red+Green+Blue) = 213+66+77=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5424D is #2ABDB2. Grayscale: #6F6F6F. Windows color (decimal): -2801075 or 5063381. OLE color: 5063381.

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

Color convert

RGB 213 66 77 -
CMYK 0 0.69 0.64 0.16
HSL 355.51º 0.64% 0.55% -
HSV(B) 355.51º 0.69% 0.84% -
XYZ 30.73 18.58 8.99 -
YUV 111.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 213 66 77 0 0.69 0.64 0.16 355.51 0.64 0.55
Hex D5 42 4D 0 45 40 10 164 40 37
Octal 325 102 115 0 105 100 20 544 100 67
Binary 11010101 1000010 1001101 0 1000101 1000000 10000 101100100 1000000 110111

Color Harmonies of #D5424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5424D

Black with #D5424D

Text Example


Text Example

White with #D5424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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