Html Css Color HEX #D74AAC Mulberry

📋 copy color: '#D74AAC'

red 215 ◦ green 74 ◦ blue 172

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

Shades of Mulberry #D74AAC

Tints of Mulberry #D74AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 46.64%
G = 16.05%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D74AAC (or 0xD74AAC) is known color: Mulberry. HEX triplet: D7, 4A and AC. RGB value is (215,74,172). Sum of RGB (Red+Green+Blue) = 215+74+172=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AAC is #28B553. Grayscale: #7F7F7F. Windows color (decimal): -2667860 or 11291351. OLE color: 11291351.

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

Color convert

RGB 215 74 172 -
CMYK 0 0.66 0.2 0.16
HSL 318.3º 0.64% 0.57% -
HSV(B) 318.3º 0.66% 0.84% -
XYZ 37.92 22.32 41.34 -
YUV 127.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 215 74 172 0 0.66 0.2 0.16 318.3 0.64 0.57
Hex D7 4A AC 0 42 14 10 13E 40 39
Octal 327 112 254 0 102 24 20 476 100 71
Binary 11010111 1001010 10101100 0 1000010 10100 10000 100111110 1000000 111001

Color Harmonies of #D74AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AAC

Black with #D74AAC

Text Example


Text Example

White with #D74AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AAC; }

 p { color: rgb(215,74,172); }

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

background-color css

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

 a { background-color: rgb(215,74,172); }

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

border-color css

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

 span { border-color: rgb(215,74,172); }

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