Html Css Color HEX #D74BAC Mulberry

📋 copy color: '#D74BAC'

red 215 ◦ green 75 ◦ blue 172

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

Shades of Mulberry #D74BAC

Tints of Mulberry #D74BAC

RGB

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

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

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

R = 46.54%
G = 16.23%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D74BAC (or 0xD74BAC) is known color: Mulberry. HEX triplet: D7, 4B and AC. RGB value is (215,75,172). Sum of RGB (Red+Green+Blue) = 215+75+172=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BAC is #28B453. Grayscale: #7F7F7F. Windows color (decimal): -2667604 or 11291607. OLE color: 11291607.

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

Color convert

RGB 215 75 172 -
CMYK 0 0.65 0.2 0.16
HSL 318.43º 0.64% 0.57% -
HSV(B) 318.43º 0.65% 0.84% -
XYZ 37.99 22.46 41.36 -
YUV 127.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 215 75 172 0 0.65 0.2 0.16 318.43 0.64 0.57
Hex D7 4B AC 0 41 14 10 13E 40 39
Octal 327 113 254 0 101 24 20 476 100 71
Binary 11010111 1001011 10101100 0 1000001 10100 10000 100111110 1000000 111001

Color Harmonies of #D74BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BAC

Black with #D74BAC

Text Example


Text Example

White with #D74BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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