Html Css Color HEX #D1438E Mulberry

📋 copy color: '#D1438E'

red 209 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #D1438E

Tints of Mulberry #D1438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.03%

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

R = 50%
G = 16.03%
B = 33.97%

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

#D1438E (or 0xD1438E) is known color: Mulberry. HEX triplet: D1, 43 and 8E. RGB value is (209,67,142). Sum of RGB (Red+Green+Blue) = 209+67+142=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1438E is #2EBC71. Grayscale: #757575. Windows color (decimal): -3062898 or 9323473. OLE color: 9323473.

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

Color convert

RGB 209 67 142 -
CMYK 0 0.68 0.32 0.18
HSL 328.31º 0.61% 0.54% -
HSV(B) 328.31º 0.68% 0.82% -
XYZ 33.18 19.52 27.61 -
YUV 118.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 209 67 142 0 0.68 0.32 0.18 328.31 0.61 0.54
Hex D1 43 8E 0 44 20 12 148 3D 36
Octal 321 103 216 0 104 40 22 510 75 66
Binary 11010001 1000011 10001110 0 1000100 100000 10010 101001000 111101 110110

Color Harmonies of #D1438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1438E

Black with #D1438E

Text Example


Text Example

White with #D1438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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