Html Css Color HEX #D74299 Mulberry

📋 copy color: '#D74299'

red 215 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #D74299

Tints of Mulberry #D74299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 49.54%
G = 15.21%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D74299 (or 0xD74299) is known color: Mulberry. HEX triplet: D7, 42 and 99. RGB value is (215,66,153). Sum of RGB (Red+Green+Blue) = 215+66+153=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D74299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74299 is #28BD66. Grayscale: #787878. Windows color (decimal): -2669927 or 10044119. OLE color: 10044119.

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

Color convert

RGB 215 66 153 -
CMYK 0 0.69 0.29 0.16
HSL 324.97º 0.65% 0.55% -
HSV(B) 324.97º 0.69% 0.84% -
XYZ 35.72 20.64 32.24 -
YUV 120.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 215 66 153 0 0.69 0.29 0.16 324.97 0.65 0.55
Hex D7 42 99 0 45 1D 10 145 41 37
Octal 327 102 231 0 105 35 20 505 101 67
Binary 11010111 1000010 10011001 0 1000101 11101 10000 101000101 1000001 110111

Color Harmonies of #D74299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74299

Black with #D74299

Text Example


Text Example

White with #D74299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74299; }

 p { color: rgb(215,66,153); }

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

background-color css

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

 a { background-color: rgb(215,66,153); }

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

border-color css

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

 span { border-color: rgb(215,66,153); }

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