Html Css Color HEX #D14488 Mulberry

📋 copy color: '#D14488'

red 209 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #D14488

Tints of Mulberry #D14488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.46%

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

R = 50.61%
G = 16.46%
B = 32.93%

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

#D14488 (or 0xD14488) is known color: Mulberry. HEX triplet: D1, 44 and 88. RGB value is (209,68,136). Sum of RGB (Red+Green+Blue) = 209+68+136=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D14488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14488 is #2EBB77. Grayscale: #757575. Windows color (decimal): -3062648 or 8930513. OLE color: 8930513.

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

Color convert

RGB 209 68 136 -
CMYK 0 0.67 0.35 0.18
HSL 331.06º 0.61% 0.54% -
HSV(B) 331.06º 0.67% 0.82% -
XYZ 32.81 19.47 25.32 -
YUV 117.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 209 68 136 0 0.67 0.35 0.18 331.06 0.61 0.54
Hex D1 44 88 0 43 23 12 14B 3D 36
Octal 321 104 210 0 103 43 22 513 75 66
Binary 11010001 1000100 10001000 0 1000011 100011 10010 101001011 111101 110110

Color Harmonies of #D14488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14488

Black with #D14488

Text Example


Text Example

White with #D14488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14488; }

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

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

background-color css

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

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

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

border-color css

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

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

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