Html Css Color HEX #D13BA5 Mulberry

📋 copy color: '#D13BA5'

red 209 ◦ green 59 ◦ blue 165

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

Shades of Mulberry #D13BA5

Tints of Mulberry #D13BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.63%

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 48.27%
G = 13.63%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D13BA5 (or 0xD13BA5) is known color: Mulberry. HEX triplet: D1, 3B and A5. RGB value is (209,59,165). Sum of RGB (Red+Green+Blue) = 209+59+165=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA5 is #2EC45A. Grayscale: #737373. Windows color (decimal): -3064923 or 10828753. OLE color: 10828753.

HSL color Cylindrical-coordinate representation of color #D13BA5: hue angle of 317.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BA5 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 165 -
CMYK 0 0.72 0.21 0.18
HSL 317.6º 0.62% 0.53% -
HSV(B) 317.6º 0.72% 0.82% -
XYZ 34.65 19.4 37.52 -
YUV 115.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 209 59 165 0 0.72 0.21 0.18 317.6 0.62 0.53
Hex D1 3B A5 0 48 15 12 13E 3E 35
Octal 321 73 245 0 110 25 22 476 76 65
Binary 11010001 111011 10100101 0 1001000 10101 10010 100111110 111110 110101

Color Harmonies of #D13BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BA5

Black with #D13BA5

Text Example


Text Example

White with #D13BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BA5; }

 p { color: rgb(209,59,165); }

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

background-color css

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

 a { background-color: rgb(209,59,165); }

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

border-color css

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

 span { border-color: rgb(209,59,165); }

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