Html Css Color HEX #D84B8F Mulberry

📋 copy color: '#D84B8F'

red 216 ◦ green 75 ◦ blue 143

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

Shades of Mulberry #D84B8F

Tints of Mulberry #D84B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 49.77%
G = 17.28%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D84B8F (or 0xD84B8F) is known color: Mulberry. HEX triplet: D8, 4B and 8F. RGB value is (216,75,143). Sum of RGB (Red+Green+Blue) = 216+75+143=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B8F is #27B470. Grayscale: #7C7C7C. Windows color (decimal): -2602097 or 9391064. OLE color: 9391064.

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

Color convert

RGB 216 75 143 -
CMYK 0 0.65 0.34 0.15
HSL 331.06º 0.64% 0.57% -
HSV(B) 331.06º 0.65% 0.85% -
XYZ 35.79 21.61 28.27 -
YUV 124.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 216 75 143 0 0.65 0.34 0.15 331.06 0.64 0.57
Hex D8 4B 8F 0 41 22 F 14B 40 39
Octal 330 113 217 0 101 42 17 513 100 71
Binary 11011000 1001011 10001111 0 1000001 100010 1111 101001011 1000000 111001

Color Harmonies of #D84B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B8F

Black with #D84B8F

Text Example


Text Example

White with #D84B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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