Html Css Color HEX #D1428D Mulberry

📋 copy color: '#D1428D'

red 209 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #D1428D

Tints of Mulberry #D1428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 50.24%
G = 15.87%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1428D (or 0xD1428D) is known color: Mulberry. HEX triplet: D1, 42 and 8D. RGB value is (209,66,141). Sum of RGB (Red+Green+Blue) = 209+66+141=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1428D is #2EBD72. Grayscale: #757575. Windows color (decimal): -3063155 or 9257681. OLE color: 9257681.

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

Color convert

RGB 209 66 141 -
CMYK 0 0.68 0.33 0.18
HSL 328.53º 0.61% 0.54% -
HSV(B) 328.53º 0.68% 0.82% -
XYZ 33.05 19.37 27.2 -
YUV 117.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 209 66 141 0 0.68 0.33 0.18 328.53 0.61 0.54
Hex D1 42 8D 0 44 21 12 149 3D 36
Octal 321 102 215 0 104 41 22 511 75 66
Binary 11010001 1000010 10001101 0 1000100 100001 10010 101001001 111101 110110

Color Harmonies of #D1428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1428D

Black with #D1428D

Text Example


Text Example

White with #D1428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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