Html Css Color HEX #D148AA Mulberry

📋 copy color: '#D148AA'

red 209 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #D148AA

Tints of Mulberry #D148AA

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 46.34%
G = 15.96%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D148AA (or 0xD148AA) is known color: Mulberry. HEX triplet: D1, 48 and AA. RGB value is (209,72,170). Sum of RGB (Red+Green+Blue) = 209+72+170=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D148AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D148AA is #2EB755. Grayscale: #7B7B7B. Windows color (decimal): -3061590 or 11159761. OLE color: 11159761.

HSL color Cylindrical-coordinate representation of color #D148AA: hue angle of 317.08º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148AA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 170 -
CMYK 0 0.66 0.19 0.18
HSL 317.08º 0.6% 0.55% -
HSV(B) 317.08º 0.66% 0.82% -
XYZ 35.87 21.09 40.21 -
YUV 124.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 209 72 170 0 0.66 0.19 0.18 317.08 0.6 0.55
Hex D1 48 AA 0 42 13 12 13D 3C 37
Octal 321 110 252 0 102 23 22 475 74 67
Binary 11010001 1001000 10101010 0 1000010 10011 10010 100111101 111100 110111

Color Harmonies of #D148AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148AA

Black with #D148AA

Text Example


Text Example

White with #D148AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148AA; }

 p { color: rgb(209,72,170); }

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

background-color css

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

 a { background-color: rgb(209,72,170); }

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

border-color css

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

 span { border-color: rgb(209,72,170); }

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