Html Css Color HEX #D15094 Mulberry

📋 copy color: '#D15094'

red 209 ◦ green 80 ◦ blue 148

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

Shades of Mulberry #D15094

Tints of Mulberry #D15094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 47.83%
G = 18.31%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D15094 (or 0xD15094) is known color: Mulberry. HEX triplet: D1, 50 and 94. RGB value is (209,80,148). Sum of RGB (Red+Green+Blue) = 209+80+148=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D15094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15094 is #2EAF6B. Grayscale: #7E7E7E. Windows color (decimal): -3059564 or 9720017. OLE color: 9720017.

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

Color convert

RGB 209 80 148 -
CMYK 0 0.62 0.29 0.18
HSL 328.37º 0.58% 0.57% -
HSV(B) 328.37º 0.62% 0.82% -
XYZ 34.51 21.43 30.33 -
YUV 126.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 209 80 148 0 0.62 0.29 0.18 328.37 0.58 0.57
Hex D1 50 94 0 3E 1D 12 148 3A 39
Octal 321 120 224 0 76 35 22 510 72 71
Binary 11010001 1010000 10010100 0 111110 11101 10010 101001000 111010 111001

Color Harmonies of #D15094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15094

Black with #D15094

Text Example


Text Example

White with #D15094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15094; }

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

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

background-color css

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

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

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

border-color css

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

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

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