Html Css Color HEX #D75390 Mulberry

📋 copy color: '#D75390'

red 215 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #D75390

Tints of Mulberry #D75390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

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

R = 48.64%
G = 18.78%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75390 (or 0xD75390) is known color: Mulberry. HEX triplet: D7, 53 and 90. RGB value is (215,83,144). Sum of RGB (Red+Green+Blue) = 215+83+144=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D75390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75390 is #28AC6F. Grayscale: #818181. Windows color (decimal): -2665584 or 9458647. OLE color: 9458647.

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

Color convert

RGB 215 83 144 -
CMYK 0 0.61 0.33 0.16
HSL 332.27º 0.62% 0.58% -
HSV(B) 332.27º 0.61% 0.84% -
XYZ 36.15 22.65 28.85 -
YUV 129.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 215 83 144 0 0.61 0.33 0.16 332.27 0.62 0.58
Hex D7 53 90 0 3D 21 10 14C 3E 3A
Octal 327 123 220 0 75 41 20 514 76 72
Binary 11010111 1010011 10010000 0 111101 100001 10000 101001100 111110 111010

Color Harmonies of #D75390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75390

Black with #D75390

Text Example


Text Example

White with #D75390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75390; }

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

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

background-color css

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

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

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

border-color css

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

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

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