Html Css Color HEX #D13DB0 Fuchsia

📋 copy color: '#D13DB0'

red 209 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #D13DB0

Tints of Fuchsia #D13DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 46.86%
G = 13.68%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D13DB0 (or 0xD13DB0) is known color: Fuchsia. HEX triplet: D1, 3D and B0. RGB value is (209,61,176). Sum of RGB (Red+Green+Blue) = 209+61+176=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DB0 is #2EC24F. Grayscale: #767676. Windows color (decimal): -3064400 or 11550161. OLE color: 11550161.

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

Color convert

RGB 209 61 176 -
CMYK 0 0.71 0.16 0.18
HSL 313.38º 0.62% 0.53% -
HSV(B) 313.38º 0.71% 0.82% -
XYZ 35.8 20.03 43.05 -
YUV 118.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 209 61 176 0 0.71 0.16 0.18 313.38 0.62 0.53
Hex D1 3D B0 0 47 10 12 139 3E 35
Octal 321 75 260 0 107 20 22 471 76 65
Binary 11010001 111101 10110000 0 1000111 10000 10010 100111001 111110 110101

Color Harmonies of #D13DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DB0

Black with #D13DB0

Text Example


Text Example

White with #D13DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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