Html Css Color HEX #D15294 Mulberry

📋 copy color: '#D15294'

red 209 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D15294

Tints of Mulberry #D15294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 47.61%
G = 18.68%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D15294 (or 0xD15294) is known color: Mulberry. HEX triplet: D1, 52 and 94. RGB value is (209,82,148). Sum of RGB (Red+Green+Blue) = 209+82+148=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D15294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15294 is #2EAD6B. Grayscale: #7F7F7F. Windows color (decimal): -3059052 or 9720529. OLE color: 9720529.

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

Color convert

RGB 209 82 148 -
CMYK 0 0.61 0.29 0.18
HSL 328.82º 0.58% 0.57% -
HSV(B) 328.82º 0.61% 0.82% -
XYZ 34.66 21.73 30.38 -
YUV 127.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 209 82 148 0 0.61 0.29 0.18 328.82 0.58 0.57
Hex D1 52 94 0 3D 1D 12 149 3A 39
Octal 321 122 224 0 75 35 22 511 72 71
Binary 11010001 1010010 10010100 0 111101 11101 10010 101001001 111010 111001

Color Harmonies of #D15294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15294

Black with #D15294

Text Example


Text Example

White with #D15294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15294; }

 p { color: rgb(209,82,148); }

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

background-color css

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

 a { background-color: rgb(209,82,148); }

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

border-color css

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

 span { border-color: rgb(209,82,148); }

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