Html Css Color HEX #D1458C Mulberry

📋 copy color: '#D1458C'

red 209 ◦ green 69 ◦ blue 140

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

Shades of Mulberry #D1458C

Tints of Mulberry #D1458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 50%
G = 16.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1458C (or 0xD1458C) is known color: Mulberry. HEX triplet: D1, 45 and 8C. RGB value is (209,69,140). Sum of RGB (Red+Green+Blue) = 209+69+140=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1458C is #2EBA73. Grayscale: #767676. Windows color (decimal): -3062388 or 9192913. OLE color: 9192913.

HSL color Cylindrical-coordinate representation of color #D1458C: hue angle of 329.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1458C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 140 -
CMYK 0 0.67 0.33 0.18
HSL 329.57º 0.6% 0.55% -
HSV(B) 329.57º 0.67% 0.82% -
XYZ 33.16 19.71 26.87 -
YUV 118.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 209 69 140 0 0.67 0.33 0.18 329.57 0.6 0.55
Hex D1 45 8C 0 43 21 12 14A 3C 37
Octal 321 105 214 0 103 41 22 512 74 67
Binary 11010001 1000101 10001100 0 1000011 100001 10010 101001010 111100 110111

Color Harmonies of #D1458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1458C

Black with #D1458C

Text Example


Text Example

White with #D1458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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