Html Css Color HEX #D74AA2 Mulberry

📋 copy color: '#D74AA2'

red 215 ◦ green 74 ◦ blue 162

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

Shades of Mulberry #D74AA2

Tints of Mulberry #D74AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 47.67%
G = 16.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D74AA2 (or 0xD74AA2) is known color: Mulberry. HEX triplet: D7, 4A and A2. RGB value is (215,74,162). Sum of RGB (Red+Green+Blue) = 215+74+162=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AA2 is #28B55D. Grayscale: #7D7D7D. Windows color (decimal): -2667870 or 10635991. OLE color: 10635991.

HSL color Cylindrical-coordinate representation of color #D74AA2: hue angle of 322.55º 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 #D74AA2 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 162 -
CMYK 0 0.66 0.25 0.16
HSL 322.55º 0.64% 0.57% -
HSV(B) 322.55º 0.66% 0.84% -
XYZ 36.99 21.95 36.47 -
YUV 126.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 215 74 162 0 0.66 0.25 0.16 322.55 0.64 0.57
Hex D7 4A A2 0 42 19 10 143 40 39
Octal 327 112 242 0 102 31 20 503 100 71
Binary 11010111 1001010 10100010 0 1000010 11001 10000 101000011 1000000 111001

Color Harmonies of #D74AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AA2

Black with #D74AA2

Text Example


Text Example

White with #D74AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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