Html Css Color HEX #D74BAA Mulberry

📋 copy color: '#D74BAA'

red 215 ◦ green 75 ◦ blue 170

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

Shades of Mulberry #D74BAA

Tints of Mulberry #D74BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 46.74%
G = 16.3%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D74BAA (or 0xD74BAA) is known color: Mulberry. HEX triplet: D7, 4B and AA. RGB value is (215,75,170). Sum of RGB (Red+Green+Blue) = 215+75+170=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BAA is #28B455. Grayscale: #7F7F7F. Windows color (decimal): -2667606 or 11160535. OLE color: 11160535.

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

Color convert

RGB 215 75 170 -
CMYK 0 0.65 0.21 0.16
HSL 319.29º 0.64% 0.57% -
HSV(B) 319.29º 0.65% 0.84% -
XYZ 37.8 22.38 40.36 -
YUV 127.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 215 75 170 0 0.65 0.21 0.16 319.29 0.64 0.57
Hex D7 4B AA 0 41 15 10 13F 40 39
Octal 327 113 252 0 101 25 20 477 100 71
Binary 11010111 1001011 10101010 0 1000001 10101 10000 100111111 1000000 111001

Color Harmonies of #D74BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BAA

Black with #D74BAA

Text Example


Text Example

White with #D74BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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