Html Css Color HEX #D8424A Mandy

📋 copy color: '#D8424A'

red 216 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D8424A

Tints of Mandy #D8424A

RGB

 RED value IS 216 (84.77% from 255) = 60.67%

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

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

R = 60.67%
G = 18.54%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8424A (or 0xD8424A) is known color: Mandy. HEX triplet: D8, 42 and 4A. RGB value is (216,66,74). Sum of RGB (Red+Green+Blue) = 216+66+74=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8424A is #27BDB5. Grayscale: #6F6F6F. Windows color (decimal): -2604470 or 4866776. OLE color: 4866776.

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

Color convert

RGB 216 66 74 -
CMYK 0 0.69 0.66 0.15
HSL 356.8º 0.66% 0.55% -
HSV(B) 356.8º 0.69% 0.85% -
XYZ 31.5 18.99 8.48 -
YUV 111.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 216 66 74 0 0.69 0.66 0.15 356.8 0.66 0.55
Hex D8 42 4A 0 45 42 F 165 42 37
Octal 330 102 112 0 105 102 17 545 102 67
Binary 11011000 1000010 1001010 0 1000101 1000010 1111 101100101 1000010 110111

Color Harmonies of #D8424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8424A

Black with #D8424A

Text Example


Text Example

White with #D8424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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