Html Css Color HEX #D74CA1 Mulberry

📋 copy color: '#D74CA1'

red 215 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #D74CA1

Tints of Mulberry #D74CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 47.57%
G = 16.81%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D74CA1 (or 0xD74CA1) is known color: Mulberry. HEX triplet: D7, 4C and A1. RGB value is (215,76,161). Sum of RGB (Red+Green+Blue) = 215+76+161=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CA1 is #28B35E. Grayscale: #7F7F7F. Windows color (decimal): -2667359 or 10570967. OLE color: 10570967.

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

Color convert

RGB 215 76 161 -
CMYK 0 0.65 0.25 0.16
HSL 323.31º 0.63% 0.57% -
HSV(B) 323.31º 0.65% 0.84% -
XYZ 37.04 22.19 36.05 -
YUV 127.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 215 76 161 0 0.65 0.25 0.16 323.31 0.63 0.57
Hex D7 4C A1 0 41 19 10 143 3F 39
Octal 327 114 241 0 101 31 20 503 77 71
Binary 11010111 1001100 10100001 0 1000001 11001 10000 101000011 111111 111001

Color Harmonies of #D74CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CA1

Black with #D74CA1

Text Example


Text Example

White with #D74CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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