Html Css Color HEX #D1429E Mulberry

📋 copy color: '#D1429E'

red 209 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #D1429E

Tints of Mulberry #D1429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 48.27%
G = 15.24%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1429E (or 0xD1429E) is known color: Mulberry. HEX triplet: D1, 42 and 9E. RGB value is (209,66,158). Sum of RGB (Red+Green+Blue) = 209+66+158=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1429E is #2EBD61. Grayscale: #777777. Windows color (decimal): -3063138 or 10371793. OLE color: 10371793.

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

Color convert

RGB 209 66 158 -
CMYK 0 0.68 0.24 0.18
HSL 321.4º 0.61% 0.54% -
HSV(B) 321.4º 0.68% 0.82% -
XYZ 34.41 19.92 34.38 -
YUV 119.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 209 66 158 0 0.68 0.24 0.18 321.4 0.61 0.54
Hex D1 42 9E 0 44 18 12 141 3D 36
Octal 321 102 236 0 104 30 22 501 75 66
Binary 11010001 1000010 10011110 0 1000100 11000 10010 101000001 111101 110110

Color Harmonies of #D1429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1429E

Black with #D1429E

Text Example


Text Example

White with #D1429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1429E; }

 p { color: rgb(209,66,158); }

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

background-color css

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

 a { background-color: rgb(209,66,158); }

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

border-color css

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

 span { border-color: rgb(209,66,158); }

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