Html Css Color HEX #D74AAB Mulberry

📋 copy color: '#D74AAB'

red 215 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #D74AAB

Tints of Mulberry #D74AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 46.74%
G = 16.09%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D74AAB (or 0xD74AAB) is known color: Mulberry. HEX triplet: D7, 4A and AB. RGB value is (215,74,171). Sum of RGB (Red+Green+Blue) = 215+74+171=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AAB is #28B554. Grayscale: #7E7E7E. Windows color (decimal): -2667861 or 11225815. OLE color: 11225815.

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

Color convert

RGB 215 74 171 -
CMYK 0 0.66 0.20 0.16
HSL 318.72º 0.64% 0.57% -
HSV(B) 318.72º 0.66% 0.84% -
XYZ 37.82 22.28 40.84 -
YUV 127.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 215 74 171 0 0.66 0.20 0.16 318.72 0.64 0.57
Hex D7 4A AB 0 42 14 10 13F 40 39
Octal 327 112 253 0 102 24 20 477 100 71
Binary 11010111 1001010 10101011 0 1000010 10100 10000 100111111 1000000 111001

Color Harmonies of #D74AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AAB

Black with #D74AAB

Text Example


Text Example

White with #D74AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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