Html Css Color HEX #D74CAC Mulberry

📋 copy color: '#D74CAC'

red 215 ◦ green 76 ◦ blue 172

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

Shades of Mulberry #D74CAC

Tints of Mulberry #D74CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.41%

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

R = 46.44%
G = 16.41%
B = 37.15%

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

#D74CAC (or 0xD74CAC) is known color: Mulberry. HEX triplet: D7, 4C and AC. RGB value is (215,76,172). Sum of RGB (Red+Green+Blue) = 215+76+172=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CAC is #28B353. Grayscale: #808080. Windows color (decimal): -2667348 or 11291863. OLE color: 11291863.

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

Color convert

RGB 215 76 172 -
CMYK 0 0.65 0.2 0.16
HSL 318.56º 0.63% 0.57% -
HSV(B) 318.56º 0.65% 0.84% -
XYZ 38.06 22.59 41.39 -
YUV 128.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 215 76 172 0 0.65 0.2 0.16 318.56 0.63 0.57
Hex D7 4C AC 0 41 14 10 13F 3F 39
Octal 327 114 254 0 101 24 20 477 77 71
Binary 11010111 1001100 10101100 0 1000001 10100 10000 100111111 111111 111001

Color Harmonies of #D74CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CAC

Black with #D74CAC

Text Example


Text Example

White with #D74CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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