Html Css Color HEX #D1429F Mulberry

📋 copy color: '#D1429F'

red 209 ◦ green 66 ◦ blue 159

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

Shades of Mulberry #D1429F

Tints of Mulberry #D1429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 48.16%
G = 15.21%
B = 36.64%

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

#D1429F (or 0xD1429F) is known color: Mulberry. HEX triplet: D1, 42 and 9F. RGB value is (209,66,159). Sum of RGB (Red+Green+Blue) = 209+66+159=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1429F is #2EBD60. Grayscale: #777777. Windows color (decimal): -3063137 or 10437329. OLE color: 10437329.

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

Color convert

RGB 209 66 159 -
CMYK 0 0.68 0.24 0.18
HSL 320.98º 0.61% 0.54% -
HSV(B) 320.98º 0.68% 0.82% -
XYZ 34.5 19.95 34.83 -
YUV 119.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 209 66 159 0 0.68 0.24 0.18 320.98 0.61 0.54
Hex D1 42 9F 0 44 18 12 141 3D 36
Octal 321 102 237 0 104 30 22 501 75 66
Binary 11010001 1000010 10011111 0 1000100 11000 10010 101000001 111101 110110

Color Harmonies of #D1429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1429F

Black with #D1429F

Text Example


Text Example

White with #D1429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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