Html Css Color HEX #D13F90 Mulberry

📋 copy color: '#D13F90'

red 209 ◦ green 63 ◦ blue 144

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

Shades of Mulberry #D13F90

Tints of Mulberry #D13F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 50.24%
G = 15.14%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13F90 (or 0xD13F90) is known color: Mulberry. HEX triplet: D1, 3F and 90. RGB value is (209,63,144). Sum of RGB (Red+Green+Blue) = 209+63+144=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F90 is #2EC06F. Grayscale: #737373. Windows color (decimal): -3063920 or 9453521. OLE color: 9453521.

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

Color convert

RGB 209 63 144 -
CMYK 0 0.70 0.31 0.18
HSL 326.71º 0.61% 0.53% -
HSV(B) 326.71º 0.7% 0.82% -
XYZ 33.11 19.12 28.33 -
YUV 115.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 209 63 144 0 0.70 0.31 0.18 326.71 0.61 0.53
Hex D1 3F 90 0 46 1F 12 147 3D 35
Octal 321 77 220 0 106 37 22 507 75 65
Binary 11010001 111111 10010000 0 1000110 11111 10010 101000111 111101 110101

Color Harmonies of #D13F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F90

Black with #D13F90

Text Example


Text Example

White with #D13F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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