Html Css Color HEX #D15291 Mulberry

📋 copy color: '#D15291'

red 209 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #D15291

Tints of Mulberry #D15291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 47.94%
G = 18.81%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D15291 (or 0xD15291) is known color: Mulberry. HEX triplet: D1, 52 and 91. RGB value is (209,82,145). Sum of RGB (Red+Green+Blue) = 209+82+145=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D15291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15291 is #2EAD6E. Grayscale: #7F7F7F. Windows color (decimal): -3059055 or 9523921. OLE color: 9523921.

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

Color convert

RGB 209 82 145 -
CMYK 0 0.61 0.31 0.18
HSL 330.24º 0.58% 0.57% -
HSV(B) 330.24º 0.61% 0.82% -
XYZ 34.42 21.63 29.15 -
YUV 127.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 209 82 145 0 0.61 0.31 0.18 330.24 0.58 0.57
Hex D1 52 91 0 3D 1F 12 14A 3A 39
Octal 321 122 221 0 75 37 22 512 72 71
Binary 11010001 1010010 10010001 0 111101 11111 10010 101001010 111010 111001

Color Harmonies of #D15291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15291

Black with #D15291

Text Example


Text Example

White with #D15291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15291; }

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

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

background-color css

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

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

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

border-color css

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

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

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