Html Css Color HEX #D14254 Mandy

📋 copy color: '#D14254'

red 209 ◦ green 66 ◦ blue 84

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

Shades of Mandy #D14254

Tints of Mandy #D14254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 58.22%
G = 18.38%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D14254 (or 0xD14254) is known color: Mandy. HEX triplet: D1, 42 and 54. RGB value is (209,66,84). Sum of RGB (Red+Green+Blue) = 209+66+84=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14254 is #2EBDAB. Grayscale: #6E6E6E. Windows color (decimal): -3063212 or 5522129. OLE color: 5522129.

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

Color convert

RGB 209 66 84 -
CMYK 0 0.68 0.60 0.18
HSL 352.45º 0.61% 0.54% -
HSV(B) 352.45º 0.68% 0.82% -
XYZ 29.84 18.09 10.31 -
YUV 110.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 209 66 84 0 0.68 0.60 0.18 352.45 0.61 0.54
Hex D1 42 54 0 44 3C 12 160 3D 36
Octal 321 102 124 0 104 74 22 540 75 66
Binary 11010001 1000010 1010100 0 1000100 111100 10010 101100000 111101 110110

Color Harmonies of #D14254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14254

Black with #D14254

Text Example


Text Example

White with #D14254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14254; }

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

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

background-color css

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

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

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

border-color css

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

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

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