Html Css Color HEX #D9424A Mandy

📋 copy color: '#D9424A'

red 217 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D9424A

Tints of Mandy #D9424A

RGB

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

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

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

R = 60.78%
G = 18.49%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9424A (or 0xD9424A) is known color: Mandy. HEX triplet: D9, 42 and 4A. RGB value is (217,66,74). Sum of RGB (Red+Green+Blue) = 217+66+74=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9424A is #26BDB5. Grayscale: #707070. Windows color (decimal): -2538934 or 4866777. OLE color: 4866777.

HSL color Cylindrical-coordinate representation of color #D9424A: hue angle of 356.82º 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 #D9424A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 74 -
CMYK 0 0.70 0.66 0.15
HSL 356.82º 0.67% 0.55% -
HSV(B) 356.82º 0.7% 0.85% -
XYZ 31.8 19.14 8.5 -
YUV 112.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 217 66 74 0 0.70 0.66 0.15 356.82 0.67 0.55
Hex D9 42 4A 0 46 42 F 165 43 37
Octal 331 102 112 0 106 102 17 545 103 67
Binary 11011001 1000010 1001010 0 1000110 1000010 1111 101100101 1000011 110111

Color Harmonies of #D9424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9424A

Black with #D9424A

Text Example


Text Example

White with #D9424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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