Html Css Color HEX #D14458 Mandy

📋 copy color: '#D14458'

red 209 ◦ green 68 ◦ blue 88

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

Shades of Mandy #D14458

Tints of Mandy #D14458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 57.26%
G = 18.63%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D14458 (or 0xD14458) is known color: Mandy. HEX triplet: D1, 44 and 58. RGB value is (209,68,88). Sum of RGB (Red+Green+Blue) = 209+68+88=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D14458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14458 is #2EBBA7. Grayscale: #707070. Windows color (decimal): -3062696 or 5784785. OLE color: 5784785.

HSL color Cylindrical-coordinate representation of color #D14458: hue angle of 351.49º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14458 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 88 -
CMYK 0 0.67 0.58 0.18
HSL 351.49º 0.61% 0.54% -
HSV(B) 351.49º 0.67% 0.82% -
XYZ 30.12 18.39 11.2 -
YUV 112.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 209 68 88 0 0.67 0.58 0.18 351.49 0.61 0.54
Hex D1 44 58 0 43 3A 12 15F 3D 36
Octal 321 104 130 0 103 72 22 537 75 66
Binary 11010001 1000100 1011000 0 1000011 111010 10010 101011111 111101 110110

Color Harmonies of #D14458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14458

Black with #D14458

Text Example


Text Example

White with #D14458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14458; }

 p { color: rgb(209,68,88); }

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

background-color css

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

 a { background-color: rgb(209,68,88); }

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

border-color css

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

 span { border-color: rgb(209,68,88); }

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