Html Css Color HEX #D14052 Mandy

📋 copy color: '#D14052'

red 209 ◦ green 64 ◦ blue 82

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

Shades of Mandy #D14052

Tints of Mandy #D14052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 58.87%
G = 18.03%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D14052 (or 0xD14052) is known color: Mandy. HEX triplet: D1, 40 and 52. RGB value is (209,64,82). Sum of RGB (Red+Green+Blue) = 209+64+82=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14052 is #2EBFAD. Grayscale: #6D6D6D. Windows color (decimal): -3063726 or 5390545. OLE color: 5390545.

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

Color convert

RGB 209 64 82 -
CMYK 0 0.69 0.61 0.18
HSL 352.55º 0.61% 0.54% -
HSV(B) 352.55º 0.69% 0.82% -
XYZ 29.65 17.83 9.86 -
YUV 109.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 209 64 82 0 0.69 0.61 0.18 352.55 0.61 0.54
Hex D1 40 52 0 45 3D 12 161 3D 36
Octal 321 100 122 0 105 75 22 541 75 66
Binary 11010001 1000000 1010010 0 1000101 111101 10010 101100001 111101 110110

Color Harmonies of #D14052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14052

Black with #D14052

Text Example


Text Example

White with #D14052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14052; }

 p { color: rgb(209,64,82); }

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

background-color css

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

 a { background-color: rgb(209,64,82); }

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

border-color css

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

 span { border-color: rgb(209,64,82); }

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