Html Css Color HEX #D9424D Mandy

📋 copy color: '#D9424D'

red 217 ◦ green 66 ◦ blue 77

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

Shades of Mandy #D9424D

Tints of Mandy #D9424D

RGB

 RED value IS 217 (85.16% from 255) = 60.28%

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

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

R = 60.28%
G = 18.33%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9424D (or 0xD9424D) is known color: Mandy. HEX triplet: D9, 42 and 4D. RGB value is (217,66,77). Sum of RGB (Red+Green+Blue) = 217+66+77=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9424D is #26BDB2. Grayscale: #707070. Windows color (decimal): -2538931 or 5063385. OLE color: 5063385.

HSL color Cylindrical-coordinate representation of color #D9424D: hue angle of 355.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9424D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 77 -
CMYK 0 0.70 0.65 0.15
HSL 355.63º 0.67% 0.55% -
HSV(B) 355.63º 0.7% 0.85% -
XYZ 31.9 19.18 9.04 -
YUV 112.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 217 66 77 0 0.70 0.65 0.15 355.63 0.67 0.55
Hex D9 42 4D 0 46 41 F 164 43 37
Octal 331 102 115 0 106 101 17 544 103 67
Binary 11011001 1000010 1001101 0 1000110 1000001 1111 101100100 1000011 110111

Color Harmonies of #D9424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9424D

Black with #D9424D

Text Example


Text Example

White with #D9424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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