Html Css Color HEX #D74CA7 Mulberry

📋 copy color: '#D74CA7'

red 215 ◦ green 76 ◦ blue 167

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

Shades of Mulberry #D74CA7

Tints of Mulberry #D74CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 46.94%
G = 16.59%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D74CA7 (or 0xD74CA7) is known color: Mulberry. HEX triplet: D7, 4C and A7. RGB value is (215,76,167). Sum of RGB (Red+Green+Blue) = 215+76+167=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CA7 is #28B358. Grayscale: #7F7F7F. Windows color (decimal): -2667353 or 10964183. OLE color: 10964183.

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

Color convert

RGB 215 76 167 -
CMYK 0 0.65 0.22 0.16
HSL 320.72º 0.63% 0.57% -
HSV(B) 320.72º 0.65% 0.84% -
XYZ 37.58 22.41 38.9 -
YUV 127.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 215 76 167 0 0.65 0.22 0.16 320.72 0.63 0.57
Hex D7 4C A7 0 41 16 10 141 3F 39
Octal 327 114 247 0 101 26 20 501 77 71
Binary 11010111 1001100 10100111 0 1000001 10110 10000 101000001 111111 111001

Color Harmonies of #D74CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CA7

Black with #D74CA7

Text Example


Text Example

White with #D74CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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