Html Css Color HEX #D1438D Mulberry

📋 copy color: '#D1438D'

red 209 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #D1438D

Tints of Mulberry #D1438D

RGB

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

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

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

R = 50.12%
G = 16.07%
B = 33.81%

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

#D1438D (or 0xD1438D) is known color: Mulberry. HEX triplet: D1, 43 and 8D. RGB value is (209,67,141). Sum of RGB (Red+Green+Blue) = 209+67+141=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1438D is #2EBC72. Grayscale: #757575. Windows color (decimal): -3062899 or 9257937. OLE color: 9257937.

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

Color convert

RGB 209 67 141 -
CMYK 0 0.68 0.33 0.18
HSL 328.73º 0.61% 0.54% -
HSV(B) 328.73º 0.68% 0.82% -
XYZ 33.11 19.49 27.22 -
YUV 117.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 209 67 141 0 0.68 0.33 0.18 328.73 0.61 0.54
Hex D1 43 8D 0 44 21 12 149 3D 36
Octal 321 103 215 0 104 41 22 511 75 66
Binary 11010001 1000011 10001101 0 1000100 100001 10010 101001001 111101 110110

Color Harmonies of #D1438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1438D

Black with #D1438D

Text Example


Text Example

White with #D1438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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