Html Css Color HEX #D84CA5 Mulberry

📋 copy color: '#D84CA5'

red 216 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #D84CA5

Tints of Mulberry #D84CA5

RGB

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

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

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

R = 47.26%
G = 16.63%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D84CA5 (or 0xD84CA5) is known color: Mulberry. HEX triplet: D8, 4C and A5. RGB value is (216,76,165). Sum of RGB (Red+Green+Blue) = 216+76+165=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CA5 is #27B35A. Grayscale: #7F7F7F. Windows color (decimal): -2601819 or 10833112. OLE color: 10833112.

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

Color convert

RGB 216 76 165 -
CMYK 0 0.65 0.24 0.15
HSL 321.86º 0.64% 0.57% -
HSV(B) 321.86º 0.65% 0.85% -
XYZ 37.69 22.48 37.95 -
YUV 128.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 216 76 165 0 0.65 0.24 0.15 321.86 0.64 0.57
Hex D8 4C A5 0 41 18 F 142 40 39
Octal 330 114 245 0 101 30 17 502 100 71
Binary 11011000 1001100 10100101 0 1000001 11000 1111 101000010 1000000 111001

Color Harmonies of #D84CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CA5

Black with #D84CA5

Text Example


Text Example

White with #D84CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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