Html Css Color HEX #D14E8C Mulberry

📋 copy color: '#D14E8C'

red 209 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #D14E8C

Tints of Mulberry #D14E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 48.95%
G = 18.27%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D14E8C (or 0xD14E8C) is known color: Mulberry. HEX triplet: D1, 4E and 8C. RGB value is (209,78,140). Sum of RGB (Red+Green+Blue) = 209+78+140=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E8C is #2EB173. Grayscale: #7C7C7C. Windows color (decimal): -3060084 or 9195217. OLE color: 9195217.

HSL color Cylindrical-coordinate representation of color #D14E8C: hue angle of 331.6º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14E8C is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 140 -
CMYK 0 0.63 0.33 0.18
HSL 331.6º 0.59% 0.56% -
HSV(B) 331.6º 0.63% 0.82% -
XYZ 33.75 20.9 27.07 -
YUV 124.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 209 78 140 0 0.63 0.33 0.18 331.6 0.59 0.56
Hex D1 4E 8C 0 3F 21 12 14C 3B 38
Octal 321 116 214 0 77 41 22 514 73 70
Binary 11010001 1001110 10001100 0 111111 100001 10010 101001100 111011 111000

Color Harmonies of #D14E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E8C

Black with #D14E8C

Text Example


Text Example

White with #D14E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E8C; }

 p { color: rgb(209,78,140); }

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

background-color css

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

 a { background-color: rgb(209,78,140); }

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

border-color css

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

 span { border-color: rgb(209,78,140); }

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