Html Css Color HEX #D75090 Mulberry

📋 copy color: '#D75090'

red 215 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #D75090

Tints of Mulberry #D75090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 48.97%
G = 18.22%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75090 (or 0xD75090) is known color: Mulberry. HEX triplet: D7, 50 and 90. RGB value is (215,80,144). Sum of RGB (Red+Green+Blue) = 215+80+144=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D75090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75090 is #28AF6F. Grayscale: #7F7F7F. Windows color (decimal): -2666352 or 9457879. OLE color: 9457879.

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

Color convert

RGB 215 80 144 -
CMYK 0 0.63 0.33 0.16
HSL 331.56º 0.63% 0.58% -
HSV(B) 331.56º 0.63% 0.84% -
XYZ 35.93 22.2 28.78 -
YUV 127.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 215 80 144 0 0.63 0.33 0.16 331.56 0.63 0.58
Hex D7 50 90 0 3F 21 10 14C 3F 3A
Octal 327 120 220 0 77 41 20 514 77 72
Binary 11010111 1010000 10010000 0 111111 100001 10000 101001100 111111 111010

Color Harmonies of #D75090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75090

Black with #D75090

Text Example


Text Example

White with #D75090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75090; }

 p { color: rgb(215,80,144); }

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

background-color css

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

 a { background-color: rgb(215,80,144); }

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

border-color css

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

 span { border-color: rgb(215,80,144); }

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