Html Css Color HEX #D5425E Mandy

📋 copy color: '#D5425E'

red 213 ◦ green 66 ◦ blue 94

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

Shades of Mandy #D5425E

Tints of Mandy #D5425E

RGB

 RED value IS 213 (83.59% from 255) = 57.1%

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

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 57.1%
G = 17.69%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5425E (or 0xD5425E) is known color: Mandy. HEX triplet: D5, 42 and 5E. RGB value is (213,66,94). Sum of RGB (Red+Green+Blue) = 213+66+94=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425E is #2ABDA1. Grayscale: #717171. Windows color (decimal): -2801058 or 6177493. OLE color: 6177493.

HSL color Cylindrical-coordinate representation of color #D5425E: hue angle of 348.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5425E is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 94 -
CMYK 0 0.69 0.56 0.16
HSL 348.57º 0.64% 0.55% -
HSV(B) 348.57º 0.69% 0.84% -
XYZ 31.41 18.85 12.57 -
YUV 113.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 213 66 94 0 0.69 0.56 0.16 348.57 0.64 0.55
Hex D5 42 5E 0 45 38 10 15D 40 37
Octal 325 102 136 0 105 70 20 535 100 67
Binary 11010101 1000010 1011110 0 1000101 111000 10000 101011101 1000000 110111

Color Harmonies of #D5425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5425E

Black with #D5425E

Text Example


Text Example

White with #D5425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5425E; }

 p { color: rgb(213,66,94); }

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

background-color css

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

 a { background-color: rgb(213,66,94); }

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

border-color css

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

 span { border-color: rgb(213,66,94); }

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