Html Css Color HEX #D14888 Mulberry

📋 copy color: '#D14888'

red 209 ◦ green 72 ◦ blue 136

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

Shades of Mulberry #D14888

Tints of Mulberry #D14888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 50.12%
G = 17.27%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14888 (or 0xD14888) is known color: Mulberry. HEX triplet: D1, 48 and 88. RGB value is (209,72,136). Sum of RGB (Red+Green+Blue) = 209+72+136=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D14888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14888 is #2EB777. Grayscale: #787878. Windows color (decimal): -3061624 or 8931537. OLE color: 8931537.

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

Color convert

RGB 209 72 136 -
CMYK 0 0.66 0.35 0.18
HSL 331.97º 0.6% 0.55% -
HSV(B) 331.97º 0.66% 0.82% -
XYZ 33.06 19.97 25.4 -
YUV 120.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 209 72 136 0 0.66 0.35 0.18 331.97 0.6 0.55
Hex D1 48 88 0 42 23 12 14C 3C 37
Octal 321 110 210 0 102 43 22 514 74 67
Binary 11010001 1001000 10001000 0 1000010 100011 10010 101001100 111100 110111

Color Harmonies of #D14888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14888

Black with #D14888

Text Example


Text Example

White with #D14888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14888; }

 p { color: rgb(209,72,136); }

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

background-color css

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

 a { background-color: rgb(209,72,136); }

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

border-color css

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

 span { border-color: rgb(209,72,136); }

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