Html Css Color HEX #D13AD0 Fuchsia

📋 copy color: '#D13AD0'

red 209 ◦ green 58 ◦ blue 208

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

Shades of Fuchsia #D13AD0

Tints of Fuchsia #D13AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 208 (81.64% from 255) = 43.79%

R = 44%
G = 12.21%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D13AD0 (or 0xD13AD0) is known color: Fuchsia. HEX triplet: D1, 3A and D0. RGB value is (209,58,208). Sum of RGB (Red+Green+Blue) = 209+58+208=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AD0 is #2EC52F. Grayscale: #777777. Windows color (decimal): -3065136 or 13646545. OLE color: 13646545.

HSL color Cylindrical-coordinate representation of color #D13AD0: hue angle of 300.4º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13AD0 is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 208 -
CMYK 0 0.72 0.00 0.18
HSL 300.4º 0.62% 0.52% -
HSV(B) 300.4º 0.72% 0.82% -
XYZ 39.19 21.14 61.69 -
YUV 120.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 209 58 208 0 0.72 0.00 0.18 300.4 0.62 0.52
Hex D1 3A D0 0 48 0 12 12C 3E 34
Octal 321 72 320 0 110 0 22 454 76 64
Binary 11010001 111010 11010000 0 1001000 0 10010 100101100 111110 110100

Color Harmonies of #D13AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AD0

Black with #D13AD0

Text Example


Text Example

White with #D13AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AD0; }

 p { color: rgb(209,58,208); }

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

background-color css

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

 a { background-color: rgb(209,58,208); }

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

border-color css

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

 span { border-color: rgb(209,58,208); }

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