Html Css Color HEX #D1438C Mulberry

📋 copy color: '#D1438C'

red 209 ◦ green 67 ◦ blue 140

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

Shades of Mulberry #D1438C

Tints of Mulberry #D1438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 50.24%
G = 16.11%
B = 33.65%

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

#D1438C (or 0xD1438C) is known color: Mulberry. HEX triplet: D1, 43 and 8C. RGB value is (209,67,140). Sum of RGB (Red+Green+Blue) = 209+67+140=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1438C is #2EBC73. Grayscale: #757575. Windows color (decimal): -3062900 or 9192401. OLE color: 9192401.

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

Color convert

RGB 209 67 140 -
CMYK 0 0.68 0.33 0.18
HSL 329.15º 0.61% 0.54% -
HSV(B) 329.15º 0.68% 0.82% -
XYZ 33.04 19.46 26.83 -
YUV 117.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 209 67 140 0 0.68 0.33 0.18 329.15 0.61 0.54
Hex D1 43 8C 0 44 21 12 149 3D 36
Octal 321 103 214 0 104 41 22 511 75 66
Binary 11010001 1000011 10001100 0 1000100 100001 10010 101001001 111101 110110

Color Harmonies of #D1438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1438C

Black with #D1438C

Text Example


Text Example

White with #D1438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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