Html Css Color HEX #D84B9E Mulberry

📋 copy color: '#D84B9E'

red 216 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #D84B9E

Tints of Mulberry #D84B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 48.11%
G = 16.7%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D84B9E (or 0xD84B9E) is known color: Mulberry. HEX triplet: D8, 4B and 9E. RGB value is (216,75,158). Sum of RGB (Red+Green+Blue) = 216+75+158=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B9E is #27B461. Grayscale: #7E7E7E. Windows color (decimal): -2602082 or 10374104. OLE color: 10374104.

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

Color convert

RGB 216 75 158 -
CMYK 0 0.65 0.27 0.15
HSL 324.68º 0.64% 0.57% -
HSV(B) 324.68º 0.65% 0.85% -
XYZ 37.01 22.1 34.66 -
YUV 126.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 216 75 158 0 0.65 0.27 0.15 324.68 0.64 0.57
Hex D8 4B 9E 0 41 1B F 145 40 39
Octal 330 113 236 0 101 33 17 505 100 71
Binary 11011000 1001011 10011110 0 1000001 11011 1111 101000101 1000000 111001

Color Harmonies of #D84B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B9E

Black with #D84B9E

Text Example


Text Example

White with #D84B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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