Html Css Color HEX #D15390 Mulberry

📋 copy color: '#D15390'

red 209 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #D15390

Tints of Mulberry #D15390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 47.94%
G = 19.04%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D15390 (or 0xD15390) is known color: Mulberry. HEX triplet: D1, 53 and 90. RGB value is (209,83,144). Sum of RGB (Red+Green+Blue) = 209+83+144=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D15390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15390 is #2EAC6F. Grayscale: #7F7F7F. Windows color (decimal): -3058800 or 9458641. OLE color: 9458641.

HSL color Cylindrical-coordinate representation of color #D15390: hue angle of 330.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15390 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 144 -
CMYK 0 0.60 0.31 0.18
HSL 330.95º 0.58% 0.57% -
HSV(B) 330.95º 0.6% 0.82% -
XYZ 34.42 21.76 28.77 -
YUV 127.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 209 83 144 0 0.60 0.31 0.18 330.95 0.58 0.57
Hex D1 53 90 0 3C 1F 12 14B 3A 39
Octal 321 123 220 0 74 37 22 513 72 71
Binary 11010001 1010011 10010000 0 111100 11111 10010 101001011 111010 111001

Color Harmonies of #D15390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15390

Black with #D15390

Text Example


Text Example

White with #D15390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15390; }

 p { color: rgb(209,83,144); }

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

background-color css

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

 a { background-color: rgb(209,83,144); }

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

border-color css

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

 span { border-color: rgb(209,83,144); }

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