Html Css Color HEX #D75293 Mulberry

📋 copy color: '#D75293'

red 215 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #D75293

Tints of Mulberry #D75293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 48.42%
G = 18.47%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75293 (or 0xD75293) is known color: Mulberry. HEX triplet: D7, 52 and 93. RGB value is (215,82,147). Sum of RGB (Red+Green+Blue) = 215+82+147=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D75293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75293 is #28AD6C. Grayscale: #818181. Windows color (decimal): -2665837 or 9654999. OLE color: 9654999.

HSL color Cylindrical-coordinate representation of color #D75293: hue angle of 330.68º 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 #D75293 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 147 -
CMYK 0 0.62 0.32 0.16
HSL 330.68º 0.62% 0.58% -
HSV(B) 330.68º 0.62% 0.84% -
XYZ 36.31 22.59 30.05 -
YUV 129.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 215 82 147 0 0.62 0.32 0.16 330.68 0.62 0.58
Hex D7 52 93 0 3E 20 10 14B 3E 3A
Octal 327 122 223 0 76 40 20 513 76 72
Binary 11010111 1010010 10010011 0 111110 100000 10000 101001011 111110 111010

Color Harmonies of #D75293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75293

Black with #D75293

Text Example


Text Example

White with #D75293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75293; }

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

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

background-color css

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

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

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

border-color css

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

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

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