Html Css Color HEX #D13F96 Mulberry

📋 copy color: '#D13F96'

red 209 ◦ green 63 ◦ blue 150

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

Shades of Mulberry #D13F96

Tints of Mulberry #D13F96

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 49.53%
G = 14.93%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13F96 (or 0xD13F96) is known color: Mulberry. HEX triplet: D1, 3F and 96. RGB value is (209,63,150). Sum of RGB (Red+Green+Blue) = 209+63+150=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F96 is #2EC069. Grayscale: #747474. Windows color (decimal): -3063914 or 9846737. OLE color: 9846737.

HSL color Cylindrical-coordinate representation of color #D13F96: hue angle of 324.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F96 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 150 -
CMYK 0 0.70 0.28 0.18
HSL 324.25º 0.61% 0.53% -
HSV(B) 324.25º 0.7% 0.82% -
XYZ 33.58 19.31 30.81 -
YUV 116.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 209 63 150 0 0.70 0.28 0.18 324.25 0.61 0.53
Hex D1 3F 96 0 46 1C 12 144 3D 35
Octal 321 77 226 0 106 34 22 504 75 65
Binary 11010001 111111 10010110 0 1000110 11100 10010 101000100 111101 110101

Color Harmonies of #D13F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F96

Black with #D13F96

Text Example


Text Example

White with #D13F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F96; }

 p { color: rgb(209,63,150); }

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

background-color css

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

 a { background-color: rgb(209,63,150); }

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

border-color css

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

 span { border-color: rgb(209,63,150); }

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