Html Css Color HEX #D14798 Mulberry

📋 copy color: '#D14798'

red 209 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #D14798

Tints of Mulberry #D14798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 48.38%
G = 16.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D14798 (or 0xD14798) is known color: Mulberry. HEX triplet: D1, 47 and 98. RGB value is (209,71,152). Sum of RGB (Red+Green+Blue) = 209+71+152=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D14798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14798 is #2EB867. Grayscale: #797979. Windows color (decimal): -3061864 or 9979857. OLE color: 9979857.

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

Color convert

RGB 209 71 152 -
CMYK 0 0.66 0.27 0.18
HSL 324.78º 0.6% 0.55% -
HSV(B) 324.78º 0.66% 0.82% -
XYZ 34.22 20.33 31.83 -
YUV 121.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 209 71 152 0 0.66 0.27 0.18 324.78 0.6 0.55
Hex D1 47 98 0 42 1B 12 145 3C 37
Octal 321 107 230 0 102 33 22 505 74 67
Binary 11010001 1000111 10011000 0 1000010 11011 10010 101000101 111100 110111

Color Harmonies of #D14798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14798

Black with #D14798

Text Example


Text Example

White with #D14798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14798; }

 p { color: rgb(209,71,152); }

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

background-color css

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

 a { background-color: rgb(209,71,152); }

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

border-color css

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

 span { border-color: rgb(209,71,152); }

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