Html Css Color HEX #D8425A Mandy

📋 copy color: '#D8425A'

red 216 ◦ green 66 ◦ blue 90

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

Shades of Mandy #D8425A

Tints of Mandy #D8425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 58.06%
G = 17.74%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8425A (or 0xD8425A) is known color: Mandy. HEX triplet: D8, 42 and 5A. RGB value is (216,66,90). Sum of RGB (Red+Green+Blue) = 216+66+90=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8425A is #27BDA5. Grayscale: #717171. Windows color (decimal): -2604454 or 5915352. OLE color: 5915352.

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

Color convert

RGB 216 66 90 -
CMYK 0 0.69 0.58 0.15
HSL 350.4º 0.66% 0.55% -
HSV(B) 350.4º 0.69% 0.85% -
XYZ 32.11 19.23 11.69 -
YUV 113.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 216 66 90 0 0.69 0.58 0.15 350.4 0.66 0.55
Hex D8 42 5A 0 45 3A F 15E 42 37
Octal 330 102 132 0 105 72 17 536 102 67
Binary 11011000 1000010 1011010 0 1000101 111010 1111 101011110 1000010 110111

Color Harmonies of #D8425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8425A

Black with #D8425A

Text Example


Text Example

White with #D8425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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