Html Css Color HEX #D14384 Mulberry

📋 copy color: '#D14384'

red 209 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #D14384

Tints of Mulberry #D14384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

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

R = 51.23%
G = 16.42%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14384 (or 0xD14384) is known color: Mulberry. HEX triplet: D1, 43 and 84. RGB value is (209,67,132). Sum of RGB (Red+Green+Blue) = 209+67+132=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D14384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14384 is #2EBC7B. Grayscale: #747474. Windows color (decimal): -3062908 or 8668113. OLE color: 8668113.

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

Color convert

RGB 209 67 132 -
CMYK 0 0.68 0.37 0.18
HSL 332.54º 0.61% 0.54% -
HSV(B) 332.54º 0.68% 0.82% -
XYZ 32.47 19.24 23.83 -
YUV 116.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 209 67 132 0 0.68 0.37 0.18 332.54 0.61 0.54
Hex D1 43 84 0 44 25 12 14D 3D 36
Octal 321 103 204 0 104 45 22 515 75 66
Binary 11010001 1000011 10000100 0 1000100 100101 10010 101001101 111101 110110

Color Harmonies of #D14384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14384

Black with #D14384

Text Example


Text Example

White with #D14384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14384; }

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

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

background-color css

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

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

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

border-color css

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

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

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