Html Css Color HEX #D8424F Mandy

📋 copy color: '#D8424F'

red 216 ◦ green 66 ◦ blue 79

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

Shades of Mandy #D8424F

Tints of Mandy #D8424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 59.83%
G = 18.28%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8424F (or 0xD8424F) is known color: Mandy. HEX triplet: D8, 42 and 4F. RGB value is (216,66,79). Sum of RGB (Red+Green+Blue) = 216+66+79=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8424F is #27BDB0. Grayscale: #707070. Windows color (decimal): -2604465 or 5194456. OLE color: 5194456.

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

Color convert

RGB 216 66 79 -
CMYK 0 0.69 0.63 0.15
HSL 354.8º 0.66% 0.55% -
HSV(B) 354.8º 0.69% 0.85% -
XYZ 31.68 19.06 9.41 -
YUV 112.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 216 66 79 0 0.69 0.63 0.15 354.8 0.66 0.55
Hex D8 42 4F 0 45 3F F 163 42 37
Octal 330 102 117 0 105 77 17 543 102 67
Binary 11011000 1000010 1001111 0 1000101 111111 1111 101100011 1000010 110111

Color Harmonies of #D8424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8424F

Black with #D8424F

Text Example


Text Example

White with #D8424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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