Html Css Color HEX #D74D9D Mulberry

📋 copy color: '#D74D9D'

red 215 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #D74D9D

Tints of Mulberry #D74D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 47.88%
G = 17.15%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D74D9D (or 0xD74D9D) is known color: Mulberry. HEX triplet: D7, 4D and 9D. RGB value is (215,77,157). Sum of RGB (Red+Green+Blue) = 215+77+157=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D9D is #28B262. Grayscale: #7F7F7F. Windows color (decimal): -2667107 or 10309079. OLE color: 10309079.

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

Color convert

RGB 215 77 157 -
CMYK 0 0.64 0.27 0.16
HSL 325.22º 0.63% 0.57% -
HSV(B) 325.22º 0.64% 0.84% -
XYZ 36.76 22.19 34.24 -
YUV 127.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 215 77 157 0 0.64 0.27 0.16 325.22 0.63 0.57
Hex D7 4D 9D 0 40 1B 10 145 3F 39
Octal 327 115 235 0 100 33 20 505 77 71
Binary 11010111 1001101 10011101 0 1000000 11011 10000 101000101 111111 111001

Color Harmonies of #D74D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D9D

Black with #D74D9D

Text Example


Text Example

White with #D74D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D9D; }

 p { color: rgb(215,77,157); }

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

background-color css

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

 a { background-color: rgb(215,77,157); }

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

border-color css

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

 span { border-color: rgb(215,77,157); }

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