Html Css Color HEX #D74DA7 Mulberry

📋 copy color: '#D74DA7'

red 215 ◦ green 77 ◦ blue 167

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

Shades of Mulberry #D74DA7

Tints of Mulberry #D74DA7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 46.84%
G = 16.78%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D74DA7 (or 0xD74DA7) is known color: Mulberry. HEX triplet: D7, 4D and A7. RGB value is (215,77,167). Sum of RGB (Red+Green+Blue) = 215+77+167=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA7 is #28B258. Grayscale: #808080. Windows color (decimal): -2667097 or 10964439. OLE color: 10964439.

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

Color convert

RGB 215 77 167 -
CMYK 0 0.64 0.22 0.16
HSL 320.87º 0.63% 0.57% -
HSV(B) 320.87º 0.64% 0.84% -
XYZ 37.65 22.54 38.93 -
YUV 128.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 215 77 167 0 0.64 0.22 0.16 320.87 0.63 0.57
Hex D7 4D A7 0 40 16 10 141 3F 39
Octal 327 115 247 0 100 26 20 501 77 71
Binary 11010111 1001101 10100111 0 1000000 10110 10000 101000001 111111 111001

Color Harmonies of #D74DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DA7

Black with #D74DA7

Text Example


Text Example

White with #D74DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DA7; }

 p { color: rgb(215,77,167); }

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

background-color css

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

 a { background-color: rgb(215,77,167); }

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

border-color css

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

 span { border-color: rgb(215,77,167); }

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