Html Css Color HEX #D14593 Mulberry

📋 copy color: '#D14593'

red 209 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #D14593

Tints of Mulberry #D14593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 49.18%
G = 16.24%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14593 (or 0xD14593) is known color: Mulberry. HEX triplet: D1, 45 and 93. RGB value is (209,69,147). Sum of RGB (Red+Green+Blue) = 209+69+147=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D14593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14593 is #2EBA6C. Grayscale: #777777. Windows color (decimal): -3062381 or 9651665. OLE color: 9651665.

HSL color Cylindrical-coordinate representation of color #D14593: hue angle of 326.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14593 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 147 -
CMYK 0 0.67 0.30 0.18
HSL 326.57º 0.6% 0.55% -
HSV(B) 326.57º 0.67% 0.82% -
XYZ 33.69 19.92 29.67 -
YUV 119.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 209 69 147 0 0.67 0.30 0.18 326.57 0.6 0.55
Hex D1 45 93 0 43 1E 12 147 3C 37
Octal 321 105 223 0 103 36 22 507 74 67
Binary 11010001 1000101 10010011 0 1000011 11110 10010 101000111 111100 110111

Color Harmonies of #D14593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14593

Black with #D14593

Text Example


Text Example

White with #D14593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14593; }

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

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

background-color css

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

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

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

border-color css

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

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

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