Html Css Color HEX #D75497 Mulberry

📋 copy color: '#D75497'

red 215 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #D75497

Tints of Mulberry #D75497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 47.78%
G = 18.67%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D75497 (or 0xD75497) is known color: Mulberry. HEX triplet: D7, 54 and 97. RGB value is (215,84,151). Sum of RGB (Red+Green+Blue) = 215+84+151=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D75497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75497 is #28AB68. Grayscale: #828282. Windows color (decimal): -2665321 or 9917655. OLE color: 9917655.

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

Color convert

RGB 215 84 151 -
CMYK 0 0.61 0.30 0.16
HSL 329.31º 0.62% 0.59% -
HSV(B) 329.31º 0.61% 0.84% -
XYZ 36.78 23.02 31.78 -
YUV 130.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 215 84 151 0 0.61 0.30 0.16 329.31 0.62 0.59
Hex D7 54 97 0 3D 1E 10 149 3E 3B
Octal 327 124 227 0 75 36 20 511 76 73
Binary 11010111 1010100 10010111 0 111101 11110 10000 101001001 111110 111011

Color Harmonies of #D75497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75497

Black with #D75497

Text Example


Text Example

White with #D75497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75497; }

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

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

background-color css

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

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

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

border-color css

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

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

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