Html Css Color HEX #D75492 Mulberry

📋 copy color: '#D75492'

red 215 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #D75492

Tints of Mulberry #D75492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

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

R = 48.31%
G = 18.88%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75492 (or 0xD75492) is known color: Mulberry. HEX triplet: D7, 54 and 92. RGB value is (215,84,146). Sum of RGB (Red+Green+Blue) = 215+84+146=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75492 is #28AB6D. Grayscale: #828282. Windows color (decimal): -2665326 or 9589975. OLE color: 9589975.

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

Color convert

RGB 215 84 146 -
CMYK 0 0.61 0.32 0.16
HSL 331.6º 0.62% 0.59% -
HSV(B) 331.6º 0.61% 0.84% -
XYZ 36.38 22.86 29.69 -
YUV 130.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 215 84 146 0 0.61 0.32 0.16 331.6 0.62 0.59
Hex D7 54 92 0 3D 20 10 14C 3E 3B
Octal 327 124 222 0 75 40 20 514 76 73
Binary 11010111 1010100 10010010 0 111101 100000 10000 101001100 111110 111011

Color Harmonies of #D75492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75492

Black with #D75492

Text Example


Text Example

White with #D75492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75492; }

 p { color: rgb(215,84,146); }

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

background-color css

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

 a { background-color: rgb(215,84,146); }

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

border-color css

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

 span { border-color: rgb(215,84,146); }

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