Html Css Color HEX #D74C8A Mulberry

📋 copy color: '#D74C8A'

red 215 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #D74C8A

Tints of Mulberry #D74C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 50.12%
G = 17.72%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D74C8A (or 0xD74C8A) is known color: Mulberry. HEX triplet: D7, 4C and 8A. RGB value is (215,76,138). Sum of RGB (Red+Green+Blue) = 215+76+138=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C8A is #28B375. Grayscale: #7C7C7C. Windows color (decimal): -2667382 or 9063639. OLE color: 9063639.

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

Color convert

RGB 215 76 138 -
CMYK 0 0.65 0.36 0.16
HSL 333.24º 0.63% 0.57% -
HSV(B) 333.24º 0.65% 0.84% -
XYZ 35.2 21.45 26.33 -
YUV 124.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 215 76 138 0 0.65 0.36 0.16 333.24 0.63 0.57
Hex D7 4C 8A 0 41 24 10 14D 3F 39
Octal 327 114 212 0 101 44 20 515 77 71
Binary 11010111 1001100 10001010 0 1000001 100100 10000 101001101 111111 111001

Color Harmonies of #D74C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C8A

Black with #D74C8A

Text Example


Text Example

White with #D74C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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