Html Css Color HEX #D13AB1 Fuchsia

📋 copy color: '#D13AB1'

red 209 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #D13AB1

Tints of Fuchsia #D13AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 47.07%
G = 13.06%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D13AB1 (or 0xD13AB1) is known color: Fuchsia. HEX triplet: D1, 3A and B1. RGB value is (209,58,177). Sum of RGB (Red+Green+Blue) = 209+58+177=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AB1 is #2EC54E. Grayscale: #747474. Windows color (decimal): -3065167 or 11614929. OLE color: 11614929.

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

Color convert

RGB 209 58 177 -
CMYK 0 0.72 0.15 0.18
HSL 312.72º 0.62% 0.52% -
HSV(B) 312.72º 0.72% 0.82% -
XYZ 35.74 19.76 43.52 -
YUV 116.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 209 58 177 0 0.72 0.15 0.18 312.72 0.62 0.52
Hex D1 3A B1 0 48 F 12 139 3E 34
Octal 321 72 261 0 110 17 22 471 76 64
Binary 11010001 111010 10110001 0 1001000 1111 10010 100111001 111110 110100

Color Harmonies of #D13AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AB1

Black with #D13AB1

Text Example


Text Example

White with #D13AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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