Html Css Color HEX #D848A1 Mulberry

📋 copy color: '#D848A1'

red 216 ◦ green 72 ◦ blue 161

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

Shades of Mulberry #D848A1

Tints of Mulberry #D848A1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 48.11%
G = 16.04%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D848A1 (or 0xD848A1) is known color: Mulberry. HEX triplet: D8, 48 and A1. RGB value is (216,72,161). Sum of RGB (Red+Green+Blue) = 216+72+161=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D848A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D848A1 is #27B75E. Grayscale: #7C7C7C. Windows color (decimal): -2602847 or 10569944. OLE color: 10569944.

HSL color Cylindrical-coordinate representation of color #D848A1: hue angle of 322.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848A1 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 72 161 -
CMYK 0 0.67 0.25 0.15
HSL 322.92º 0.65% 0.56% -
HSV(B) 322.92º 0.67% 0.85% -
XYZ 37.07 21.81 35.97 -
YUV 125.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 216 72 161 0 0.67 0.25 0.15 322.92 0.65 0.56
Hex D8 48 A1 0 43 19 F 143 41 38
Octal 330 110 241 0 103 31 17 503 101 70
Binary 11011000 1001000 10100001 0 1000011 11001 1111 101000011 1000001 111000

Color Harmonies of #D848A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D848A1

Black with #D848A1

Text Example


Text Example

White with #D848A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D848A1; }

 p { color: rgb(216,72,161); }

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

background-color css

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

 a { background-color: rgb(216,72,161); }

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

border-color css

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

 span { border-color: rgb(216,72,161); }

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