Html Css Color HEX #D13ABF Fuchsia

📋 copy color: '#D13ABF'

red 209 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D13ABF

Tints of Fuchsia #D13ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 45.63%
G = 12.66%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D13ABF (or 0xD13ABF) is known color: Fuchsia. HEX triplet: D1, 3A and BF. RGB value is (209,58,191). Sum of RGB (Red+Green+Blue) = 209+58+191=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABF is #2EC540. Grayscale: #757575. Windows color (decimal): -3065153 or 12532433. OLE color: 12532433.

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

Color convert

RGB 209 58 191 -
CMYK 0 0.72 0.09 0.18
HSL 307.15º 0.62% 0.52% -
HSV(B) 307.15º 0.72% 0.82% -
XYZ 37.21 20.34 51.26 -
YUV 118.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 209 58 191 0 0.72 0.09 0.18 307.15 0.62 0.52
Hex D1 3A BF 0 48 9 12 133 3E 34
Octal 321 72 277 0 110 11 22 463 76 64
Binary 11010001 111010 10111111 0 1001000 1001 10010 100110011 111110 110100

Color Harmonies of #D13ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ABF

Black with #D13ABF

Text Example


Text Example

White with #D13ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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