Html Css Color HEX #D14199 Mulberry

📋 copy color: '#D14199'

red 209 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #D14199

Tints of Mulberry #D14199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 48.95%
G = 15.22%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D14199 (or 0xD14199) is known color: Mulberry. HEX triplet: D1, 41 and 99. RGB value is (209,65,153). Sum of RGB (Red+Green+Blue) = 209+65+153=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14199 is #2EBE66. Grayscale: #757575. Windows color (decimal): -3063399 or 10043857. OLE color: 10043857.

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

Color convert

RGB 209 65 153 -
CMYK 0 0.69 0.27 0.18
HSL 323.33º 0.61% 0.54% -
HSV(B) 323.33º 0.69% 0.82% -
XYZ 33.93 19.64 32.14 -
YUV 118.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 209 65 153 0 0.69 0.27 0.18 323.33 0.61 0.54
Hex D1 41 99 0 45 1B 12 143 3D 36
Octal 321 101 231 0 105 33 22 503 75 66
Binary 11010001 1000001 10011001 0 1000101 11011 10010 101000011 111101 110110

Color Harmonies of #D14199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14199

Black with #D14199

Text Example


Text Example

White with #D14199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14199; }

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

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

background-color css

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

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

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

border-color css

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

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

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