Html Css Color HEX #D13D9A Mulberry

📋 copy color: '#D13D9A'

red 209 ◦ green 61 ◦ blue 154

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

Shades of Mulberry #D13D9A

Tints of Mulberry #D13D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

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

R = 49.29%
G = 14.39%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D13D9A (or 0xD13D9A) is known color: Mulberry. HEX triplet: D1, 3D and 9A. RGB value is (209,61,154). Sum of RGB (Red+Green+Blue) = 209+61+154=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D9A is #2EC265. Grayscale: #737373. Windows color (decimal): -3064422 or 10108369. OLE color: 10108369.

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

Color convert

RGB 209 61 154 -
CMYK 0 0.71 0.26 0.18
HSL 322.3º 0.62% 0.53% -
HSV(B) 322.3º 0.71% 0.82% -
XYZ 33.8 19.23 32.5 -
YUV 115.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 209 61 154 0 0.71 0.26 0.18 322.3 0.62 0.53
Hex D1 3D 9A 0 47 1A 12 142 3E 35
Octal 321 75 232 0 107 32 22 502 76 65
Binary 11010001 111101 10011010 0 1000111 11010 10010 101000010 111110 110101

Color Harmonies of #D13D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D9A

Black with #D13D9A

Text Example


Text Example

White with #D13D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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