Html Css Color HEX #D1469B Mulberry

📋 copy color: '#D1469B'

red 209 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #D1469B

Tints of Mulberry #D1469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 48.16%
G = 16.13%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1469B (or 0xD1469B) is known color: Mulberry. HEX triplet: D1, 46 and 9B. RGB value is (209,70,155). Sum of RGB (Red+Green+Blue) = 209+70+155=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469B is #2EB964. Grayscale: #797979. Windows color (decimal): -3062117 or 10176209. OLE color: 10176209.

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

Color convert

RGB 209 70 155 -
CMYK 0 0.67 0.26 0.18
HSL 323.31º 0.6% 0.55% -
HSV(B) 323.31º 0.67% 0.82% -
XYZ 34.4 20.3 33.12 -
YUV 121.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 209 70 155 0 0.67 0.26 0.18 323.31 0.6 0.55
Hex D1 46 9B 0 43 1A 12 143 3C 37
Octal 321 106 233 0 103 32 22 503 74 67
Binary 11010001 1000110 10011011 0 1000011 11010 10010 101000011 111100 110111

Color Harmonies of #D1469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1469B

Black with #D1469B

Text Example


Text Example

White with #D1469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1469B; }

 p { color: rgb(209,70,155); }

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

background-color css

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

 a { background-color: rgb(209,70,155); }

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

border-color css

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

 span { border-color: rgb(209,70,155); }

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