Html Css Color HEX #D14188 Mulberry

📋 copy color: '#D14188'

red 209 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #D14188

Tints of Mulberry #D14188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 50.98%
G = 15.85%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14188 (or 0xD14188) is known color: Mulberry. HEX triplet: D1, 41 and 88. RGB value is (209,65,136). Sum of RGB (Red+Green+Blue) = 209+65+136=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D14188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14188 is #2EBE77. Grayscale: #747474. Windows color (decimal): -3063416 or 8929745. OLE color: 8929745.

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

Color convert

RGB 209 65 136 -
CMYK 0 0.69 0.35 0.18
HSL 330.42º 0.61% 0.54% -
HSV(B) 330.42º 0.69% 0.82% -
XYZ 32.63 19.11 25.26 -
YUV 116.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 209 65 136 0 0.69 0.35 0.18 330.42 0.61 0.54
Hex D1 41 88 0 45 23 12 14A 3D 36
Octal 321 101 210 0 105 43 22 512 75 66
Binary 11010001 1000001 10001000 0 1000101 100011 10010 101001010 111101 110110

Color Harmonies of #D14188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14188

Black with #D14188

Text Example


Text Example

White with #D14188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14188; }

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

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

background-color css

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

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

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

border-color css

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

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

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