Html Css Color HEX #D75294 Mulberry

📋 copy color: '#D75294'

red 215 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D75294

Tints of Mulberry #D75294

RGB

 RED value IS 215 (84.38% from 255) = 48.31%

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

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

R = 48.31%
G = 18.43%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75294 (or 0xD75294) is known color: Mulberry. HEX triplet: D7, 52 and 94. RGB value is (215,82,148). Sum of RGB (Red+Green+Blue) = 215+82+148=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75294 is #28AD6B. Grayscale: #818181. Windows color (decimal): -2665836 or 9720535. OLE color: 9720535.

HSL color Cylindrical-coordinate representation of color #D75294: hue angle of 330.23º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75294 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 148 -
CMYK 0 0.62 0.31 0.16
HSL 330.23º 0.62% 0.58% -
HSV(B) 330.23º 0.62% 0.84% -
XYZ 36.39 22.62 30.47 -
YUV 129.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 215 82 148 0 0.62 0.31 0.16 330.23 0.62 0.58
Hex D7 52 94 0 3E 1F 10 14A 3E 3A
Octal 327 122 224 0 76 37 20 512 76 72
Binary 11010111 1010010 10010100 0 111110 11111 10000 101001010 111110 111010

Color Harmonies of #D75294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75294

Black with #D75294

Text Example


Text Example

White with #D75294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75294; }

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

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

background-color css

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

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

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

border-color css

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

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

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