Html Css Color HEX #D13ACE Fuchsia

📋 copy color: '#D13ACE'

red 209 ◦ green 58 ◦ blue 206

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

Shades of Fuchsia #D13ACE

Tints of Fuchsia #D13ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 44.19%
G = 12.26%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D13ACE (or 0xD13ACE) is known color: Fuchsia. HEX triplet: D1, 3A and CE. RGB value is (209,58,206). Sum of RGB (Red+Green+Blue) = 209+58+206=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ACE is #2EC531. Grayscale: #777777. Windows color (decimal): -3065138 or 13515473. OLE color: 13515473.

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

Color convert

RGB 209 58 206 -
CMYK 0 0.72 0.01 0.18
HSL 301.19º 0.62% 0.52% -
HSV(B) 301.19º 0.72% 0.82% -
XYZ 38.95 21.04 60.4 -
YUV 120.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 209 58 206 0 0.72 0.01 0.18 301.19 0.62 0.52
Hex D1 3A CE 0 48 1 12 12D 3E 34
Octal 321 72 316 0 110 1 22 455 76 64
Binary 11010001 111010 11001110 0 1001000 1 10010 100101101 111110 110100

Color Harmonies of #D13ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ACE

Black with #D13ACE

Text Example


Text Example

White with #D13ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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