Html Css Color HEX #D74698 Mulberry

📋 copy color: '#D74698'

red 215 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #D74698

Tints of Mulberry #D74698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.02%

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 49.2%
G = 16.02%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D74698 (or 0xD74698) is known color: Mulberry. HEX triplet: D7, 46 and 98. RGB value is (215,70,152). Sum of RGB (Red+Green+Blue) = 215+70+152=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D74698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74698 is #28B967. Grayscale: #7A7A7A. Windows color (decimal): -2668904 or 9979607. OLE color: 9979607.

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

Color convert

RGB 215 70 152 -
CMYK 0 0.67 0.29 0.16
HSL 326.07º 0.64% 0.56% -
HSV(B) 326.07º 0.67% 0.84% -
XYZ 35.88 21.09 31.89 -
YUV 122.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 215 70 152 0 0.67 0.29 0.16 326.07 0.64 0.56
Hex D7 46 98 0 43 1D 10 146 40 38
Octal 327 106 230 0 103 35 20 506 100 70
Binary 11010111 1000110 10011000 0 1000011 11101 10000 101000110 1000000 111000

Color Harmonies of #D74698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74698

Black with #D74698

Text Example


Text Example

White with #D74698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74698; }

 p { color: rgb(215,70,152); }

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

background-color css

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

 a { background-color: rgb(215,70,152); }

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

border-color css

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

 span { border-color: rgb(215,70,152); }

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