Html Css Color HEX #D1469A Mulberry

📋 copy color: '#D1469A'

red 209 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #D1469A

Tints of Mulberry #D1469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 48.27%
G = 16.17%
B = 35.57%

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

#D1469A (or 0xD1469A) is known color: Mulberry. HEX triplet: D1, 46 and 9A. RGB value is (209,70,154). Sum of RGB (Red+Green+Blue) = 209+70+154=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469A is #2EB965. Grayscale: #787878. Windows color (decimal): -3062118 or 10110673. OLE color: 10110673.

HSL color Cylindrical-coordinate representation of color #D1469A: hue angle of 323.74º 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 #D1469A is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 154 -
CMYK 0 0.67 0.26 0.18
HSL 323.74º 0.6% 0.55% -
HSV(B) 323.74º 0.67% 0.82% -
XYZ 34.32 20.27 32.68 -
YUV 121.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 209 70 154 0 0.67 0.26 0.18 323.74 0.6 0.55
Hex D1 46 9A 0 43 1A 12 144 3C 37
Octal 321 106 232 0 103 32 22 504 74 67
Binary 11010001 1000110 10011010 0 1000011 11010 10010 101000100 111100 110111

Color Harmonies of #D1469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1469A

Black with #D1469A

Text Example


Text Example

White with #D1469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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