Html Css Color HEX #D84BA2 Mulberry

📋 copy color: '#D84BA2'

red 216 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #D84BA2

Tints of Mulberry #D84BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 47.68%
G = 16.56%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D84BA2 (or 0xD84BA2) is known color: Mulberry. HEX triplet: D8, 4B and A2. RGB value is (216,75,162). Sum of RGB (Red+Green+Blue) = 216+75+162=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BA2 is #27B45D. Grayscale: #7E7E7E. Windows color (decimal): -2602078 or 10636248. OLE color: 10636248.

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

Color convert

RGB 216 75 162 -
CMYK 0 0.65 0.25 0.15
HSL 322.98º 0.64% 0.57% -
HSV(B) 322.98º 0.65% 0.85% -
XYZ 37.36 22.24 36.51 -
YUV 127.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 216 75 162 0 0.65 0.25 0.15 322.98 0.64 0.57
Hex D8 4B A2 0 41 19 F 143 40 39
Octal 330 113 242 0 101 31 17 503 100 71
Binary 11011000 1001011 10100010 0 1000001 11001 1111 101000011 1000000 111001

Color Harmonies of #D84BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BA2

Black with #D84BA2

Text Example


Text Example

White with #D84BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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