Html Css Color HEX #D15292 Mulberry

📋 copy color: '#D15292'

red 209 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #D15292

Tints of Mulberry #D15292

RGB

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

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

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

R = 47.83%
G = 18.76%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D15292 (or 0xD15292) is known color: Mulberry. HEX triplet: D1, 52 and 92. RGB value is (209,82,146). Sum of RGB (Red+Green+Blue) = 209+82+146=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D15292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15292 is #2EAD6D. Grayscale: #7F7F7F. Windows color (decimal): -3059054 or 9589457. OLE color: 9589457.

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

Color convert

RGB 209 82 146 -
CMYK 0 0.61 0.30 0.18
HSL 329.76º 0.58% 0.57% -
HSV(B) 329.76º 0.61% 0.82% -
XYZ 34.5 21.67 29.56 -
YUV 127.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 209 82 146 0 0.61 0.30 0.18 329.76 0.58 0.57
Hex D1 52 92 0 3D 1E 12 14A 3A 39
Octal 321 122 222 0 75 36 22 512 72 71
Binary 11010001 1010010 10010010 0 111101 11110 10010 101001010 111010 111001

Color Harmonies of #D15292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15292

Black with #D15292

Text Example


Text Example

White with #D15292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15292; }

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

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

background-color css

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

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

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

border-color css

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

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

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