Html Css Color HEX #D13ACD Fuchsia

📋 copy color: '#D13ACD'

red 209 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D13ACD

Tints of Fuchsia #D13ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 44.28%
G = 12.29%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D13ACD (or 0xD13ACD) is known color: Fuchsia. HEX triplet: D1, 3A and CD. RGB value is (209,58,205). Sum of RGB (Red+Green+Blue) = 209+58+205=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ACD is #2EC532. Grayscale: #777777. Windows color (decimal): -3065139 or 13449937. OLE color: 13449937.

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

Color convert

RGB 209 58 205 -
CMYK 0 0.72 0.02 0.18
HSL 301.59º 0.62% 0.52% -
HSV(B) 301.59º 0.72% 0.82% -
XYZ 38.83 20.99 59.76 -
YUV 119.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 209 58 205 0 0.72 0.02 0.18 301.59 0.62 0.52
Hex D1 3A CD 0 48 2 12 12E 3E 34
Octal 321 72 315 0 110 2 22 456 76 64
Binary 11010001 111010 11001101 0 1001000 10 10010 100101110 111110 110100

Color Harmonies of #D13ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ACD

Black with #D13ACD

Text Example


Text Example

White with #D13ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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