Html Css Color HEX #D1434E Mandy

📋 copy color: '#D1434E'

red 209 ◦ green 67 ◦ blue 78

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

Shades of Mandy #D1434E

Tints of Mandy #D1434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 59.04%
G = 18.93%
B = 22.03%

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

#D1434E (or 0xD1434E) is known color: Mandy. HEX triplet: D1, 43 and 4E. RGB value is (209,67,78). Sum of RGB (Red+Green+Blue) = 209+67+78=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1434E is #2EBCB1. Grayscale: #6E6E6E. Windows color (decimal): -3062962 or 5129169. OLE color: 5129169.

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

Color convert

RGB 209 67 78 -
CMYK 0 0.68 0.63 0.18
HSL 355.35º 0.61% 0.54% -
HSV(B) 355.35º 0.68% 0.82% -
XYZ 29.68 18.12 9.14 -
YUV 110.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 209 67 78 0 0.68 0.63 0.18 355.35 0.61 0.54
Hex D1 43 4E 0 44 3F 12 163 3D 36
Octal 321 103 116 0 104 77 22 543 75 66
Binary 11010001 1000011 1001110 0 1000100 111111 10010 101100011 111101 110110

Color Harmonies of #D1434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1434E

Black with #D1434E

Text Example


Text Example

White with #D1434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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