Html Css Color HEX #D7498E Mulberry

📋 copy color: '#D7498E'

red 215 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #D7498E

Tints of Mulberry #D7498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 50%
G = 16.98%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7498E (or 0xD7498E) is known color: Mulberry. HEX triplet: D7, 49 and 8E. RGB value is (215,73,142). Sum of RGB (Red+Green+Blue) = 215+73+142=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7498E is #28B671. Grayscale: #7B7B7B. Windows color (decimal): -2668146 or 9325015. OLE color: 9325015.

HSL color Cylindrical-coordinate representation of color #D7498E: hue angle of 330.85º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7498E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 142 -
CMYK 0 0.66 0.34 0.16
HSL 330.85º 0.64% 0.56% -
HSV(B) 330.85º 0.66% 0.84% -
XYZ 35.29 21.17 27.82 -
YUV 123.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 215 73 142 0 0.66 0.34 0.16 330.85 0.64 0.56
Hex D7 49 8E 0 42 22 10 14B 40 38
Octal 327 111 216 0 102 42 20 513 100 70
Binary 11010111 1001001 10001110 0 1000010 100010 10000 101001011 1000000 111000

Color Harmonies of #D7498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7498E

Black with #D7498E

Text Example


Text Example

White with #D7498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7498E; }

 p { color: rgb(215,73,142); }

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

background-color css

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

 a { background-color: rgb(215,73,142); }

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

border-color css

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

 span { border-color: rgb(215,73,142); }

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