Html Css Color HEX #D1409C Mulberry

📋 copy color: '#D1409C'

red 209 ◦ green 64 ◦ blue 156

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

Shades of Mulberry #D1409C

Tints of Mulberry #D1409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 48.72%
G = 14.92%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1409C (or 0xD1409C) is known color: Mulberry. HEX triplet: D1, 40 and 9C. RGB value is (209,64,156). Sum of RGB (Red+Green+Blue) = 209+64+156=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1409C is #2EBF63. Grayscale: #757575. Windows color (decimal): -3063652 or 10240209. OLE color: 10240209.

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

Color convert

RGB 209 64 156 -
CMYK 0 0.69 0.25 0.18
HSL 321.93º 0.61% 0.54% -
HSV(B) 321.93º 0.69% 0.82% -
XYZ 34.13 19.62 33.44 -
YUV 117.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 209 64 156 0 0.69 0.25 0.18 321.93 0.61 0.54
Hex D1 40 9C 0 45 19 12 142 3D 36
Octal 321 100 234 0 105 31 22 502 75 66
Binary 11010001 1000000 10011100 0 1000101 11001 10010 101000010 111101 110110

Color Harmonies of #D1409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1409C

Black with #D1409C

Text Example


Text Example

White with #D1409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1409C; }

 p { color: rgb(209,64,156); }

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

background-color css

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

 a { background-color: rgb(209,64,156); }

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

border-color css

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

 span { border-color: rgb(209,64,156); }

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