Html Css Color HEX #D74BA7 Mulberry

📋 copy color: '#D74BA7'

red 215 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #D74BA7

Tints of Mulberry #D74BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

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

R = 47.05%
G = 16.41%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D74BA7 (or 0xD74BA7) is known color: Mulberry. HEX triplet: D7, 4B and A7. RGB value is (215,75,167). Sum of RGB (Red+Green+Blue) = 215+75+167=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA7 is #28B458. Grayscale: #7F7F7F. Windows color (decimal): -2667609 or 10963927. OLE color: 10963927.

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

Color convert

RGB 215 75 167 -
CMYK 0 0.65 0.22 0.16
HSL 320.57º 0.64% 0.57% -
HSV(B) 320.57º 0.65% 0.84% -
XYZ 37.52 22.27 38.88 -
YUV 127.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 215 75 167 0 0.65 0.22 0.16 320.57 0.64 0.57
Hex D7 4B A7 0 41 16 10 141 40 39
Octal 327 113 247 0 101 26 20 501 100 71
Binary 11010111 1001011 10100111 0 1000001 10110 10000 101000001 1000000 111001

Color Harmonies of #D74BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BA7

Black with #D74BA7

Text Example


Text Example

White with #D74BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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