Html Css Color HEX #D13C99 Mulberry

📋 copy color: '#D13C99'

red 209 ◦ green 60 ◦ blue 153

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

Shades of Mulberry #D13C99

Tints of Mulberry #D13C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.22%

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

R = 49.53%
G = 14.22%
B = 36.26%

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

#D13C99 (or 0xD13C99) is known color: Mulberry. HEX triplet: D1, 3C and 99. RGB value is (209,60,153). Sum of RGB (Red+Green+Blue) = 209+60+153=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C99 is #2EC366. Grayscale: #727272. Windows color (decimal): -3064679 or 10042577. OLE color: 10042577.

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

Color convert

RGB 209 60 153 -
CMYK 0 0.71 0.27 0.18
HSL 322.55º 0.62% 0.53% -
HSV(B) 322.55º 0.71% 0.82% -
XYZ 33.66 19.09 32.05 -
YUV 115.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 209 60 153 0 0.71 0.27 0.18 322.55 0.62 0.53
Hex D1 3C 99 0 47 1B 12 143 3E 35
Octal 321 74 231 0 107 33 22 503 76 65
Binary 11010001 111100 10011001 0 1000111 11011 10010 101000011 111110 110101

Color Harmonies of #D13C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C99

Black with #D13C99

Text Example


Text Example

White with #D13C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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