Html Css Color HEX #D1428E Mulberry

📋 copy color: '#D1428E'

red 209 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #D1428E

Tints of Mulberry #D1428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 50.12%
G = 15.83%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1428E (or 0xD1428E) is known color: Mulberry. HEX triplet: D1, 42 and 8E. RGB value is (209,66,142). Sum of RGB (Red+Green+Blue) = 209+66+142=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1428E is #2EBD71. Grayscale: #757575. Windows color (decimal): -3063154 or 9323217. OLE color: 9323217.

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

Color convert

RGB 209 66 142 -
CMYK 0 0.68 0.32 0.18
HSL 328.11º 0.61% 0.54% -
HSV(B) 328.11º 0.68% 0.82% -
XYZ 33.13 19.4 27.59 -
YUV 117.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 209 66 142 0 0.68 0.32 0.18 328.11 0.61 0.54
Hex D1 42 8E 0 44 20 12 148 3D 36
Octal 321 102 216 0 104 40 22 510 75 66
Binary 11010001 1000010 10001110 0 1000100 100000 10010 101001000 111101 110110

Color Harmonies of #D1428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1428E

Black with #D1428E

Text Example


Text Example

White with #D1428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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