Html Css Color HEX #D74CA5 Mulberry

📋 copy color: '#D74CA5'

red 215 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #D74CA5

Tints of Mulberry #D74CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 47.15%
G = 16.67%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D74CA5 (or 0xD74CA5) is known color: Mulberry. HEX triplet: D7, 4C and A5. RGB value is (215,76,165). Sum of RGB (Red+Green+Blue) = 215+76+165=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CA5 is #28B35A. Grayscale: #7F7F7F. Windows color (decimal): -2667355 or 10833111. OLE color: 10833111.

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

Color convert

RGB 215 76 165 -
CMYK 0 0.65 0.23 0.16
HSL 321.58º 0.63% 0.57% -
HSV(B) 321.58º 0.65% 0.84% -
XYZ 37.4 22.33 37.94 -
YUV 127.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 215 76 165 0 0.65 0.23 0.16 321.58 0.63 0.57
Hex D7 4C A5 0 41 17 10 142 3F 39
Octal 327 114 245 0 101 27 20 502 77 71
Binary 11010111 1001100 10100101 0 1000001 10111 10000 101000010 111111 111001

Color Harmonies of #D74CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CA5

Black with #D74CA5

Text Example


Text Example

White with #D74CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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