Html Css Color HEX #D84BA8 Mulberry

📋 copy color: '#D84BA8'

red 216 ◦ green 75 ◦ blue 168

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

Shades of Mulberry #D84BA8

Tints of Mulberry #D84BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 47.06%
G = 16.34%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D84BA8 (or 0xD84BA8) is known color: Mulberry. HEX triplet: D8, 4B and A8. RGB value is (216,75,168). Sum of RGB (Red+Green+Blue) = 216+75+168=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BA8 is #27B457. Grayscale: #7F7F7F. Windows color (decimal): -2602072 or 11029464. OLE color: 11029464.

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

Color convert

RGB 216 75 168 -
CMYK 0 0.65 0.22 0.15
HSL 320.43º 0.64% 0.57% -
HSV(B) 320.43º 0.65% 0.85% -
XYZ 37.9 22.46 39.38 -
YUV 127.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 216 75 168 0 0.65 0.22 0.15 320.43 0.64 0.57
Hex D8 4B A8 0 41 16 F 140 40 39
Octal 330 113 250 0 101 26 17 500 100 71
Binary 11011000 1001011 10101000 0 1000001 10110 1111 101000000 1000000 111001

Color Harmonies of #D84BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BA8

Black with #D84BA8

Text Example


Text Example

White with #D84BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BA8; }

 p { color: rgb(216,75,168); }

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

background-color css

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

 a { background-color: rgb(216,75,168); }

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

border-color css

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

 span { border-color: rgb(216,75,168); }

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