Html Css Color HEX #D13DB1 Fuchsia

📋 copy color: '#D13DB1'

red 209 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #D13DB1

Tints of Fuchsia #D13DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 46.76%
G = 13.65%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D13DB1 (or 0xD13DB1) is known color: Fuchsia. HEX triplet: D1, 3D and B1. RGB value is (209,61,177). Sum of RGB (Red+Green+Blue) = 209+61+177=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DB1 is #2EC24E. Grayscale: #767676. Windows color (decimal): -3064399 or 11615697. OLE color: 11615697.

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

Color convert

RGB 209 61 177 -
CMYK 0 0.71 0.15 0.18
HSL 312.97º 0.62% 0.53% -
HSV(B) 312.97º 0.71% 0.82% -
XYZ 35.9 20.07 43.58 -
YUV 118.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 209 61 177 0 0.71 0.15 0.18 312.97 0.62 0.53
Hex D1 3D B1 0 47 F 12 139 3E 35
Octal 321 75 261 0 107 17 22 471 76 65
Binary 11010001 111101 10110001 0 1000111 1111 10010 100111001 111110 110101

Color Harmonies of #D13DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DB1

Black with #D13DB1

Text Example


Text Example

White with #D13DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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