Html Css Color HEX #D13ABA Fuchsia

📋 copy color: '#D13ABA'

red 209 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #D13ABA

Tints of Fuchsia #D13ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 46.14%
G = 12.8%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D13ABA (or 0xD13ABA) is known color: Fuchsia. HEX triplet: D1, 3A and BA. RGB value is (209,58,186). Sum of RGB (Red+Green+Blue) = 209+58+186=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABA is #2EC545. Grayscale: #757575. Windows color (decimal): -3065158 or 12204753. OLE color: 12204753.

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

Color convert

RGB 209 58 186 -
CMYK 0 0.72 0.11 0.18
HSL 309.14º 0.62% 0.52% -
HSV(B) 309.14º 0.72% 0.82% -
XYZ 36.67 20.13 48.41 -
YUV 117.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 209 58 186 0 0.72 0.11 0.18 309.14 0.62 0.52
Hex D1 3A BA 0 48 B 12 135 3E 34
Octal 321 72 272 0 110 13 22 465 76 64
Binary 11010001 111010 10111010 0 1001000 1011 10010 100110101 111110 110100

Color Harmonies of #D13ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ABA

Black with #D13ABA

Text Example


Text Example

White with #D13ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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