Html Css Color HEX #D74FA4 Mulberry

📋 copy color: '#D74FA4'

red 215 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #D74FA4

Tints of Mulberry #D74FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 46.94%
G = 17.25%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D74FA4 (or 0xD74FA4) is known color: Mulberry. HEX triplet: D7, 4F and A4. RGB value is (215,79,164). Sum of RGB (Red+Green+Blue) = 215+79+164=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74FA4 is #28B05B. Grayscale: #818181. Windows color (decimal): -2666588 or 10768343. OLE color: 10768343.

HSL color Cylindrical-coordinate representation of color #D74FA4: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FA4 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 164 -
CMYK 0 0.63 0.24 0.16
HSL 322.5º 0.63% 0.58% -
HSV(B) 322.5º 0.63% 0.84% -
XYZ 37.52 22.72 37.53 -
YUV 129.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 215 79 164 0 0.63 0.24 0.16 322.5 0.63 0.58
Hex D7 4F A4 0 3F 18 10 142 3F 3A
Octal 327 117 244 0 77 30 20 502 77 72
Binary 11010111 1001111 10100100 0 111111 11000 10000 101000010 111111 111010

Color Harmonies of #D74FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FA4

Black with #D74FA4

Text Example


Text Example

White with #D74FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FA4; }

 p { color: rgb(215,79,164); }

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

background-color css

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

 a { background-color: rgb(215,79,164); }

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

border-color css

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

 span { border-color: rgb(215,79,164); }

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