Html Css Color HEX #D13DB9 Fuchsia

📋 copy color: '#D13DB9'

red 209 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D13DB9

Tints of Fuchsia #D13DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 45.93%
G = 13.41%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D13DB9 (or 0xD13DB9) is known color: Fuchsia. HEX triplet: D1, 3D and B9. RGB value is (209,61,185). Sum of RGB (Red+Green+Blue) = 209+61+185=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DB9 is #2EC246. Grayscale: #777777. Windows color (decimal): -3064391 or 12139985. OLE color: 12139985.

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

Color convert

RGB 209 61 185 -
CMYK 0 0.71 0.11 0.18
HSL 309.73º 0.62% 0.53% -
HSV(B) 309.73º 0.71% 0.82% -
XYZ 36.72 20.4 47.9 -
YUV 119.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 209 61 185 0 0.71 0.11 0.18 309.73 0.62 0.53
Hex D1 3D B9 0 47 B 12 136 3E 35
Octal 321 75 271 0 107 13 22 466 76 65
Binary 11010001 111101 10111001 0 1000111 1011 10010 100110110 111110 110101

Color Harmonies of #D13DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DB9

Black with #D13DB9

Text Example


Text Example

White with #D13DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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