Html Css Color HEX #D1425A Mandy

📋 copy color: '#D1425A'

red 209 ◦ green 66 ◦ blue 90

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

Shades of Mandy #D1425A

Tints of Mandy #D1425A

RGB

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

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

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

R = 57.26%
G = 18.08%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1425A (or 0xD1425A) is known color: Mandy. HEX triplet: D1, 42 and 5A. RGB value is (209,66,90). Sum of RGB (Red+Green+Blue) = 209+66+90=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1425A is #2EBDA5. Grayscale: #6F6F6F. Windows color (decimal): -3063206 or 5915345. OLE color: 5915345.

HSL color Cylindrical-coordinate representation of color #D1425A: hue angle of 349.93º 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 #D1425A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 90 -
CMYK 0 0.68 0.57 0.18
HSL 349.93º 0.61% 0.54% -
HSV(B) 349.93º 0.68% 0.82% -
XYZ 30.09 18.19 11.6 -
YUV 111.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 209 66 90 0 0.68 0.57 0.18 349.93 0.61 0.54
Hex D1 42 5A 0 44 39 12 15E 3D 36
Octal 321 102 132 0 104 71 22 536 75 66
Binary 11010001 1000010 1011010 0 1000100 111001 10010 101011110 111101 110110

Color Harmonies of #D1425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1425A

Black with #D1425A

Text Example


Text Example

White with #D1425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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