Html Css Color HEX #D14B8F Mulberry

📋 copy color: '#D14B8F'

red 209 ◦ green 75 ◦ blue 143

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

Shades of Mulberry #D14B8F

Tints of Mulberry #D14B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.56%

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 48.95%
G = 17.56%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D14B8F (or 0xD14B8F) is known color: Mulberry. HEX triplet: D1, 4B and 8F. RGB value is (209,75,143). Sum of RGB (Red+Green+Blue) = 209+75+143=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14B8F is #2EB470. Grayscale: #7A7A7A. Windows color (decimal): -3060849 or 9391057. OLE color: 9391057.

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

Color convert

RGB 209 75 143 -
CMYK 0 0.64 0.32 0.18
HSL 329.55º 0.59% 0.56% -
HSV(B) 329.55º 0.64% 0.82% -
XYZ 33.77 20.57 28.18 -
YUV 122.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 209 75 143 0 0.64 0.32 0.18 329.55 0.59 0.56
Hex D1 4B 8F 0 40 20 12 14A 3B 38
Octal 321 113 217 0 100 40 22 512 73 70
Binary 11010001 1001011 10001111 0 1000000 100000 10010 101001010 111011 111000

Color Harmonies of #D14B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14B8F

Black with #D14B8F

Text Example


Text Example

White with #D14B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14B8F; }

 p { color: rgb(209,75,143); }

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

background-color css

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

 a { background-color: rgb(209,75,143); }

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

border-color css

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

 span { border-color: rgb(209,75,143); }

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