Html Css Color HEX #D14484 Mulberry

📋 copy color: '#D14484'

red 209 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #D14484

Tints of Mulberry #D14484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 51.1%
G = 16.63%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14484 (or 0xD14484) is known color: Mulberry. HEX triplet: D1, 44 and 84. RGB value is (209,68,132). Sum of RGB (Red+Green+Blue) = 209+68+132=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14484 is #2EBB7B. Grayscale: #757575. Windows color (decimal): -3062652 or 8668369. OLE color: 8668369.

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

Color convert

RGB 209 68 132 -
CMYK 0 0.67 0.37 0.18
HSL 332.77º 0.61% 0.54% -
HSV(B) 332.77º 0.67% 0.82% -
XYZ 32.53 19.36 23.85 -
YUV 117.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 209 68 132 0 0.67 0.37 0.18 332.77 0.61 0.54
Hex D1 44 84 0 43 25 12 14D 3D 36
Octal 321 104 204 0 103 45 22 515 75 66
Binary 11010001 1000100 10000100 0 1000011 100101 10010 101001101 111101 110110

Color Harmonies of #D14484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14484

Black with #D14484

Text Example


Text Example

White with #D14484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14484; }

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

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

background-color css

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

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

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

border-color css

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

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

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