Html Css Color HEX #D14B52 Mandy

📋 copy color: '#D14B52'

red 209 ◦ green 75 ◦ blue 82

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

Shades of Mandy #D14B52

Tints of Mandy #D14B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 57.1%
G = 20.49%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D14B52 (or 0xD14B52) is known color: Mandy. HEX triplet: D1, 4B and 52. RGB value is (209,75,82). Sum of RGB (Red+Green+Blue) = 209+75+82=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14B52 is #2EB4AD. Grayscale: #737373. Windows color (decimal): -3060910 or 5393361. OLE color: 5393361.

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

Color convert

RGB 209 75 82 -
CMYK 0 0.64 0.61 0.18
HSL 356.87º 0.59% 0.56% -
HSV(B) 356.87º 0.64% 0.82% -
XYZ 30.33 19.2 10.09 -
YUV 115.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 209 75 82 0 0.64 0.61 0.18 356.87 0.59 0.56
Hex D1 4B 52 0 40 3D 12 165 3B 38
Octal 321 113 122 0 100 75 22 545 73 70
Binary 11010001 1001011 1010010 0 1000000 111101 10010 101100101 111011 111000

Color Harmonies of #D14B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14B52

Black with #D14B52

Text Example


Text Example

White with #D14B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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