Html Css Color HEX #D84C8A Mulberry

📋 copy color: '#D84C8A'

red 216 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #D84C8A

Tints of Mulberry #D84C8A

RGB

 RED value IS 216 (84.77% from 255) = 50.23%

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

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

R = 50.23%
G = 17.67%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D84C8A (or 0xD84C8A) is known color: Mulberry. HEX triplet: D8, 4C and 8A. RGB value is (216,76,138). Sum of RGB (Red+Green+Blue) = 216+76+138=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C8A is #27B375. Grayscale: #7C7C7C. Windows color (decimal): -2601846 or 9063640. OLE color: 9063640.

HSL color Cylindrical-coordinate representation of color #D84C8A: hue angle of 333.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C8A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 138 -
CMYK 0 0.65 0.36 0.15
HSL 333.43º 0.64% 0.57% -
HSV(B) 333.43º 0.65% 0.85% -
XYZ 35.49 21.6 26.34 -
YUV 124.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 216 76 138 0 0.65 0.36 0.15 333.43 0.64 0.57
Hex D8 4C 8A 0 41 24 F 14D 40 39
Octal 330 114 212 0 101 44 17 515 100 71
Binary 11011000 1001100 10001010 0 1000001 100100 1111 101001101 1000000 111001

Color Harmonies of #D84C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C8A

Black with #D84C8A

Text Example


Text Example

White with #D84C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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