Html Css Color HEX #D13FA4 Mulberry

📋 copy color: '#D13FA4'

red 209 ◦ green 63 ◦ blue 164

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

Shades of Mulberry #D13FA4

Tints of Mulberry #D13FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 47.94%
G = 14.45%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D13FA4 (or 0xD13FA4) is known color: Mulberry. HEX triplet: D1, 3F and A4. RGB value is (209,63,164). Sum of RGB (Red+Green+Blue) = 209+63+164=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FA4 is #2EC05B. Grayscale: #757575. Windows color (decimal): -3063900 or 10764241. OLE color: 10764241.

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

Color convert

RGB 209 63 164 -
CMYK 0 0.70 0.22 0.18
HSL 318.49º 0.61% 0.53% -
HSV(B) 318.49º 0.7% 0.82% -
XYZ 34.77 19.79 37.11 -
YUV 118.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 209 63 164 0 0.70 0.22 0.18 318.49 0.61 0.53
Hex D1 3F A4 0 46 16 12 13E 3D 35
Octal 321 77 244 0 106 26 22 476 75 65
Binary 11010001 111111 10100100 0 1000110 10110 10010 100111110 111101 110101

Color Harmonies of #D13FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FA4

Black with #D13FA4

Text Example


Text Example

White with #D13FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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