Html Css Color HEX #D75290 Mulberry

📋 copy color: '#D75290'

red 215 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #D75290

Tints of Mulberry #D75290

RGB

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

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

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

R = 48.75%
G = 18.59%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75290 (or 0xD75290) is known color: Mulberry. HEX triplet: D7, 52 and 90. RGB value is (215,82,144). Sum of RGB (Red+Green+Blue) = 215+82+144=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75290 is #28AD6F. Grayscale: #808080. Windows color (decimal): -2665840 or 9458391. OLE color: 9458391.

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

Color convert

RGB 215 82 144 -
CMYK 0 0.62 0.33 0.16
HSL 332.03º 0.62% 0.58% -
HSV(B) 332.03º 0.62% 0.84% -
XYZ 36.08 22.5 28.83 -
YUV 128.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 215 82 144 0 0.62 0.33 0.16 332.03 0.62 0.58
Hex D7 52 90 0 3E 21 10 14C 3E 3A
Octal 327 122 220 0 76 41 20 514 76 72
Binary 11010111 1010010 10010000 0 111110 100001 10000 101001100 111110 111010

Color Harmonies of #D75290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75290

Black with #D75290

Text Example


Text Example

White with #D75290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75290; }

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

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

background-color css

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

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

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

border-color css

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

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

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