Html Css Color HEX #D14393 Mulberry

📋 copy color: '#D14393'

red 209 ◦ green 67 ◦ blue 147

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

Shades of Mulberry #D14393

Tints of Mulberry #D14393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 49.41%
G = 15.84%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14393 (or 0xD14393) is known color: Mulberry. HEX triplet: D1, 43 and 93. RGB value is (209,67,147). Sum of RGB (Red+Green+Blue) = 209+67+147=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14393 is #2EBC6C. Grayscale: #767676. Windows color (decimal): -3062893 or 9651153. OLE color: 9651153.

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

Color convert

RGB 209 67 147 -
CMYK 0 0.68 0.30 0.18
HSL 326.2º 0.61% 0.54% -
HSV(B) 326.2º 0.68% 0.82% -
XYZ 33.57 19.68 29.63 -
YUV 118.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 209 67 147 0 0.68 0.30 0.18 326.2 0.61 0.54
Hex D1 43 93 0 44 1E 12 146 3D 36
Octal 321 103 223 0 104 36 22 506 75 66
Binary 11010001 1000011 10010011 0 1000100 11110 10010 101000110 111101 110110

Color Harmonies of #D14393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14393

Black with #D14393

Text Example


Text Example

White with #D14393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14393; }

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

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

background-color css

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

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

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

border-color css

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

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

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