Html Css Color HEX #D15392 Mulberry

📋 copy color: '#D15392'

red 209 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #D15392

Tints of Mulberry #D15392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 47.72%
G = 18.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D15392 (or 0xD15392) is known color: Mulberry. HEX triplet: D1, 53 and 92. RGB value is (209,83,146). Sum of RGB (Red+Green+Blue) = 209+83+146=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D15392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15392 is #2EAC6D. Grayscale: #7F7F7F. Windows color (decimal): -3058798 or 9589713. OLE color: 9589713.

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

Color convert

RGB 209 83 146 -
CMYK 0 0.60 0.30 0.18
HSL 330º 0.58% 0.57% -
HSV(B) 330º 0.6% 0.82% -
XYZ 34.58 21.82 29.58 -
YUV 127.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 209 83 146 0 0.60 0.30 0.18 330 0.58 0.57
Hex D1 53 92 0 3C 1E 12 14A 3A 39
Octal 321 123 222 0 74 36 22 512 72 71
Binary 11010001 1010011 10010010 0 111100 11110 10010 101001010 111010 111001

Color Harmonies of #D15392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15392

Black with #D15392

Text Example


Text Example

White with #D15392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15392; }

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

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

background-color css

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

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

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

border-color css

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

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

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