Html Css Color HEX #D14C8E Mulberry

📋 copy color: '#D14C8E'

red 209 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #D14C8E

Tints of Mulberry #D14C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 48.95%
G = 17.8%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D14C8E (or 0xD14C8E) is known color: Mulberry. HEX triplet: D1, 4C and 8E. RGB value is (209,76,142). Sum of RGB (Red+Green+Blue) = 209+76+142=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C8E is #2EB371. Grayscale: #7B7B7B. Windows color (decimal): -3060594 or 9325777. OLE color: 9325777.

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

Color convert

RGB 209 76 142 -
CMYK 0 0.64 0.32 0.18
HSL 330.23º 0.59% 0.56% -
HSV(B) 330.23º 0.64% 0.82% -
XYZ 33.76 20.68 27.8 -
YUV 123.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 209 76 142 0 0.64 0.32 0.18 330.23 0.59 0.56
Hex D1 4C 8E 0 40 20 12 14A 3B 38
Octal 321 114 216 0 100 40 22 512 73 70
Binary 11010001 1001100 10001110 0 1000000 100000 10010 101001010 111011 111000

Color Harmonies of #D14C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C8E

Black with #D14C8E

Text Example


Text Example

White with #D14C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C8E; }

 p { color: rgb(209,76,142); }

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

background-color css

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

 a { background-color: rgb(209,76,142); }

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

border-color css

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

 span { border-color: rgb(209,76,142); }

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