Html Css Color HEX #D13D99 Mulberry

📋 copy color: '#D13D99'

red 209 ◦ green 61 ◦ blue 153

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

Shades of Mulberry #D13D99

Tints of Mulberry #D13D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 49.41%
G = 14.42%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13D99 (or 0xD13D99) is known color: Mulberry. HEX triplet: D1, 3D and 99. RGB value is (209,61,153). Sum of RGB (Red+Green+Blue) = 209+61+153=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D99 is #2EC266. Grayscale: #737373. Windows color (decimal): -3064423 or 10042833. OLE color: 10042833.

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

Color convert

RGB 209 61 153 -
CMYK 0 0.71 0.27 0.18
HSL 322.7º 0.62% 0.53% -
HSV(B) 322.7º 0.71% 0.82% -
XYZ 33.71 19.19 32.06 -
YUV 115.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 209 61 153 0 0.71 0.27 0.18 322.7 0.62 0.53
Hex D1 3D 99 0 47 1B 12 143 3E 35
Octal 321 75 231 0 107 33 22 503 76 65
Binary 11010001 111101 10011001 0 1000111 11011 10010 101000011 111110 110101

Color Harmonies of #D13D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D99

Black with #D13D99

Text Example


Text Example

White with #D13D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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