Html Css Color HEX #D1424D Mandy

📋 copy color: '#D1424D'

red 209 ◦ green 66 ◦ blue 77

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

Shades of Mandy #D1424D

Tints of Mandy #D1424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 59.38%
G = 18.75%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1424D (or 0xD1424D) is known color: Mandy. HEX triplet: D1, 42 and 4D. RGB value is (209,66,77). Sum of RGB (Red+Green+Blue) = 209+66+77=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1424D is #2EBDB2. Grayscale: #6E6E6E. Windows color (decimal): -3063219 or 5063377. OLE color: 5063377.

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

Color convert

RGB 209 66 77 -
CMYK 0 0.68 0.63 0.18
HSL 355.38º 0.61% 0.54% -
HSV(B) 355.38º 0.68% 0.82% -
XYZ 29.58 17.99 8.93 -
YUV 110.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 209 66 77 0 0.68 0.63 0.18 355.38 0.61 0.54
Hex D1 42 4D 0 44 3F 12 163 3D 36
Octal 321 102 115 0 104 77 22 543 75 66
Binary 11010001 1000010 1001101 0 1000100 111111 10010 101100011 111101 110110

Color Harmonies of #D1424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1424D

Black with #D1424D

Text Example


Text Example

White with #D1424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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