Html Css Color HEX #D1434F Mandy

📋 copy color: '#D1434F'

red 209 ◦ green 67 ◦ blue 79

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

Shades of Mandy #D1434F

Tints of Mandy #D1434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 58.87%
G = 18.87%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1434F (or 0xD1434F) is known color: Mandy. HEX triplet: D1, 43 and 4F. RGB value is (209,67,79). Sum of RGB (Red+Green+Blue) = 209+67+79=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1434F is #2EBCB0. Grayscale: #6E6E6E. Windows color (decimal): -3062961 or 5194705. OLE color: 5194705.

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

Color convert

RGB 209 67 79 -
CMYK 0 0.68 0.62 0.18
HSL 354.93º 0.61% 0.54% -
HSV(B) 354.93º 0.68% 0.82% -
XYZ 29.71 18.13 9.33 -
YUV 110.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 209 67 79 0 0.68 0.62 0.18 354.93 0.61 0.54
Hex D1 43 4F 0 44 3E 12 163 3D 36
Octal 321 103 117 0 104 76 22 543 75 66
Binary 11010001 1000011 1001111 0 1000100 111110 10010 101100011 111101 110110

Color Harmonies of #D1434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1434F

Black with #D1434F

Text Example


Text Example

White with #D1434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1434F; }

 p { color: rgb(209,67,79); }

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

background-color css

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

 a { background-color: rgb(209,67,79); }

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

border-color css

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

 span { border-color: rgb(209,67,79); }

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