Html Css Color HEX #D1425E Mandy

📋 copy color: '#D1425E'

red 209 ◦ green 66 ◦ blue 94

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

Shades of Mandy #D1425E

Tints of Mandy #D1425E

RGB

 RED value IS 209 (82.03% from 255) = 56.64%

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

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

R = 56.64%
G = 17.89%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1425E (or 0xD1425E) is known color: Mandy. HEX triplet: D1, 42 and 5E. RGB value is (209,66,94). Sum of RGB (Red+Green+Blue) = 209+66+94=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1425E is #2EBDA1. Grayscale: #6F6F6F. Windows color (decimal): -3063202 or 6177489. OLE color: 6177489.

HSL color Cylindrical-coordinate representation of color #D1425E: hue angle of 348.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1425E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 94 -
CMYK 0 0.68 0.55 0.18
HSL 348.25º 0.61% 0.54% -
HSV(B) 348.25º 0.68% 0.82% -
XYZ 30.26 18.26 12.52 -
YUV 111.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 209 66 94 0 0.68 0.55 0.18 348.25 0.61 0.54
Hex D1 42 5E 0 44 37 12 15C 3D 36
Octal 321 102 136 0 104 67 22 534 75 66
Binary 11010001 1000010 1011110 0 1000100 110111 10010 101011100 111101 110110

Color Harmonies of #D1425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1425E

Black with #D1425E

Text Example


Text Example

White with #D1425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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