Html Css Color HEX #D145A2 Mulberry

📋 copy color: '#D145A2'

red 209 ◦ green 69 ◦ blue 162

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

Shades of Mulberry #D145A2

Tints of Mulberry #D145A2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

 BLUE value IS 162 (63.67% from 255) = 36.82%

R = 47.5%
G = 15.68%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D145A2 (or 0xD145A2) is known color: Mulberry. HEX triplet: D1, 45 and A2. RGB value is (209,69,162). Sum of RGB (Red+Green+Blue) = 209+69+162=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D145A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145A2 is #2EBA5D. Grayscale: #797979. Windows color (decimal): -3062366 or 10634705. OLE color: 10634705.

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

Color convert

RGB 209 69 162 -
CMYK 0 0.67 0.22 0.18
HSL 320.14º 0.6% 0.55% -
HSV(B) 320.14º 0.67% 0.82% -
XYZ 34.94 20.42 36.28 -
YUV 121.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 209 69 162 0 0.67 0.22 0.18 320.14 0.6 0.55
Hex D1 45 A2 0 43 16 12 140 3C 37
Octal 321 105 242 0 103 26 22 500 74 67
Binary 11010001 1000101 10100010 0 1000011 10110 10010 101000000 111100 110111

Color Harmonies of #D145A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145A2

Black with #D145A2

Text Example


Text Example

White with #D145A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145A2; }

 p { color: rgb(209,69,162); }

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

background-color css

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

 a { background-color: rgb(209,69,162); }

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

border-color css

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

 span { border-color: rgb(209,69,162); }

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