Html Css Color HEX #D75297 Mulberry

📋 copy color: '#D75297'

red 215 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #D75297

Tints of Mulberry #D75297

RGB

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

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

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

R = 47.99%
G = 18.3%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D75297 (or 0xD75297) is known color: Mulberry. HEX triplet: D7, 52 and 97. RGB value is (215,82,151). Sum of RGB (Red+Green+Blue) = 215+82+151=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75297 is #28AD68. Grayscale: #818181. Windows color (decimal): -2665833 or 9917143. OLE color: 9917143.

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

Color convert

RGB 215 82 151 -
CMYK 0 0.62 0.30 0.16
HSL 328.87º 0.62% 0.58% -
HSV(B) 328.87º 0.62% 0.84% -
XYZ 36.63 22.72 31.73 -
YUV 129.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 215 82 151 0 0.62 0.30 0.16 328.87 0.62 0.58
Hex D7 52 97 0 3E 1E 10 149 3E 3A
Octal 327 122 227 0 76 36 20 511 76 72
Binary 11010111 1010010 10010111 0 111110 11110 10000 101001001 111110 111010

Color Harmonies of #D75297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75297

Black with #D75297

Text Example


Text Example

White with #D75297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75297; }

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

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

background-color css

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

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

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

border-color css

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

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

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