Html Css Color HEX #D14C91 Mulberry

📋 copy color: '#D14C91'

red 209 ◦ green 76 ◦ blue 145

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

Shades of Mulberry #D14C91

Tints of Mulberry #D14C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 48.6%
G = 17.67%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D14C91 (or 0xD14C91) is known color: Mulberry. HEX triplet: D1, 4C and 91. RGB value is (209,76,145). Sum of RGB (Red+Green+Blue) = 209+76+145=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C91 is #2EB36E. Grayscale: #7B7B7B. Windows color (decimal): -3060591 or 9522385. OLE color: 9522385.

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

Color convert

RGB 209 76 145 -
CMYK 0 0.64 0.31 0.18
HSL 328.87º 0.59% 0.56% -
HSV(B) 328.87º 0.64% 0.82% -
XYZ 33.99 20.77 29.01 -
YUV 123.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 209 76 145 0 0.64 0.31 0.18 328.87 0.59 0.56
Hex D1 4C 91 0 40 1F 12 149 3B 38
Octal 321 114 221 0 100 37 22 511 73 70
Binary 11010001 1001100 10010001 0 1000000 11111 10010 101001001 111011 111000

Color Harmonies of #D14C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C91

Black with #D14C91

Text Example


Text Example

White with #D14C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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