Html Css Color HEX #D14588 Mulberry

📋 copy color: '#D14588'

red 209 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #D14588

Tints of Mulberry #D14588

RGB

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

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

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

R = 50.48%
G = 16.67%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14588 (or 0xD14588) is known color: Mulberry. HEX triplet: D1, 45 and 88. RGB value is (209,69,136). Sum of RGB (Red+Green+Blue) = 209+69+136=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D14588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14588 is #2EBA77. Grayscale: #767676. Windows color (decimal): -3062392 or 8930769. OLE color: 8930769.

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

Color convert

RGB 209 69 136 -
CMYK 0 0.67 0.35 0.18
HSL 331.29º 0.6% 0.55% -
HSV(B) 331.29º 0.67% 0.82% -
XYZ 32.87 19.59 25.34 -
YUV 118.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 209 69 136 0 0.67 0.35 0.18 331.29 0.6 0.55
Hex D1 45 88 0 43 23 12 14B 3C 37
Octal 321 105 210 0 103 43 22 513 74 67
Binary 11010001 1000101 10001000 0 1000011 100011 10010 101001011 111100 110111

Color Harmonies of #D14588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14588

Black with #D14588

Text Example


Text Example

White with #D14588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14588; }

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

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

background-color css

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

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

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

border-color css

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

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

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