Html Css Color HEX #D1429D Mulberry

📋 copy color: '#D1429D'

red 209 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #D1429D

Tints of Mulberry #D1429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 48.38%
G = 15.28%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1429D (or 0xD1429D) is known color: Mulberry. HEX triplet: D1, 42 and 9D. RGB value is (209,66,157). Sum of RGB (Red+Green+Blue) = 209+66+157=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1429D is #2EBD62. Grayscale: #767676. Windows color (decimal): -3063139 or 10306257. OLE color: 10306257.

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

Color convert

RGB 209 66 157 -
CMYK 0 0.68 0.25 0.18
HSL 321.82º 0.61% 0.54% -
HSV(B) 321.82º 0.68% 0.82% -
XYZ 34.33 19.89 33.93 -
YUV 119.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 209 66 157 0 0.68 0.25 0.18 321.82 0.61 0.54
Hex D1 42 9D 0 44 19 12 142 3D 36
Octal 321 102 235 0 104 31 22 502 75 66
Binary 11010001 1000010 10011101 0 1000100 11001 10010 101000010 111101 110110

Color Harmonies of #D1429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1429D

Black with #D1429D

Text Example


Text Example

White with #D1429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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