Html Css Color HEX #D1424A Mandy

📋 copy color: '#D1424A'

red 209 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D1424A

Tints of Mandy #D1424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 59.89%
G = 18.91%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1424A (or 0xD1424A) is known color: Mandy. HEX triplet: D1, 42 and 4A. RGB value is (209,66,74). Sum of RGB (Red+Green+Blue) = 209+66+74=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1424A is #2EBDB5. Grayscale: #6D6D6D. Windows color (decimal): -3063222 or 4866769. OLE color: 4866769.

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

Color convert

RGB 209 66 74 -
CMYK 0 0.68 0.65 0.18
HSL 356.64º 0.61% 0.54% -
HSV(B) 356.64º 0.68% 0.82% -
XYZ 29.48 17.95 8.39 -
YUV 109.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 209 66 74 0 0.68 0.65 0.18 356.64 0.61 0.54
Hex D1 42 4A 0 44 41 12 165 3D 36
Octal 321 102 112 0 104 101 22 545 75 66
Binary 11010001 1000010 1001010 0 1000100 1000001 10010 101100101 111101 110110

Color Harmonies of #D1424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1424A

Black with #D1424A

Text Example


Text Example

White with #D1424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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