Html Css Color HEX #D8424D Mandy

📋 copy color: '#D8424D'

red 216 ◦ green 66 ◦ blue 77

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

Shades of Mandy #D8424D

Tints of Mandy #D8424D

RGB

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

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

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

R = 60.17%
G = 18.38%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8424D (or 0xD8424D) is known color: Mandy. HEX triplet: D8, 42 and 4D. RGB value is (216,66,77). Sum of RGB (Red+Green+Blue) = 216+66+77=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8424D is #27BDB2. Grayscale: #707070. Windows color (decimal): -2604467 or 5063384. OLE color: 5063384.

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

Color convert

RGB 216 66 77 -
CMYK 0 0.69 0.64 0.15
HSL 355.6º 0.66% 0.55% -
HSV(B) 355.6º 0.69% 0.85% -
XYZ 31.61 19.03 9.03 -
YUV 112.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 216 66 77 0 0.69 0.64 0.15 355.6 0.66 0.55
Hex D8 42 4D 0 45 40 F 164 42 37
Octal 330 102 115 0 105 100 17 544 102 67
Binary 11011000 1000010 1001101 0 1000101 1000000 1111 101100100 1000010 110111

Color Harmonies of #D8424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8424D

Black with #D8424D

Text Example


Text Example

White with #D8424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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