Html Css Color HEX #D84BA4 Mulberry

📋 copy color: '#D84BA4'

red 216 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #D84BA4

Tints of Mulberry #D84BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.04%

R = 47.47%
G = 16.48%
B = 36.04%

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

#D84BA4 (or 0xD84BA4) is known color: Mulberry. HEX triplet: D8, 4B and A4. RGB value is (216,75,164). Sum of RGB (Red+Green+Blue) = 216+75+164=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BA4 is #27B45B. Grayscale: #7F7F7F. Windows color (decimal): -2602076 or 10767320. OLE color: 10767320.

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

Color convert

RGB 216 75 164 -
CMYK 0 0.65 0.24 0.15
HSL 322.13º 0.64% 0.57% -
HSV(B) 322.13º 0.65% 0.85% -
XYZ 37.54 22.31 37.45 -
YUV 127.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 216 75 164 0 0.65 0.24 0.15 322.13 0.64 0.57
Hex D8 4B A4 0 41 18 F 142 40 39
Octal 330 113 244 0 101 30 17 502 100 71
Binary 11011000 1001011 10100100 0 1000001 11000 1111 101000010 1000000 111001

Color Harmonies of #D84BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84BA4

Black with #D84BA4

Text Example


Text Example

White with #D84BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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