Html Css Color HEX #D84B8B Mulberry

📋 copy color: '#D84B8B'

red 216 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #D84B8B

Tints of Mulberry #D84B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 50.23%
G = 17.44%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D84B8B (or 0xD84B8B) is known color: Mulberry. HEX triplet: D8, 4B and 8B. RGB value is (216,75,139). Sum of RGB (Red+Green+Blue) = 216+75+139=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B8B is #27B474. Grayscale: #7C7C7C. Windows color (decimal): -2602101 or 9128920. OLE color: 9128920.

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

Color convert

RGB 216 75 139 -
CMYK 0 0.65 0.36 0.15
HSL 332.77º 0.64% 0.57% -
HSV(B) 332.77º 0.65% 0.85% -
XYZ 35.5 21.5 26.7 -
YUV 124.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 216 75 139 0 0.65 0.36 0.15 332.77 0.64 0.57
Hex D8 4B 8B 0 41 24 F 14D 40 39
Octal 330 113 213 0 101 44 17 515 100 71
Binary 11011000 1001011 10001011 0 1000001 100100 1111 101001101 1000000 111001

Color Harmonies of #D84B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B8B

Black with #D84B8B

Text Example


Text Example

White with #D84B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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