Html Css Color HEX #D13AB2 Fuchsia

📋 copy color: '#D13AB2'

red 209 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #D13AB2

Tints of Fuchsia #D13AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 46.97%
G = 13.03%
B = 40%

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

#D13AB2 (or 0xD13AB2) is known color: Fuchsia. HEX triplet: D1, 3A and B2. RGB value is (209,58,178). Sum of RGB (Red+Green+Blue) = 209+58+178=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AB2 is #2EC54D. Grayscale: #747474. Windows color (decimal): -3065166 or 11680465. OLE color: 11680465.

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

Color convert

RGB 209 58 178 -
CMYK 0 0.72 0.15 0.18
HSL 312.32º 0.62% 0.52% -
HSV(B) 312.32º 0.72% 0.82% -
XYZ 35.84 19.8 44.05 -
YUV 116.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 209 58 178 0 0.72 0.15 0.18 312.32 0.62 0.52
Hex D1 3A B2 0 48 F 12 138 3E 34
Octal 321 72 262 0 110 17 22 470 76 64
Binary 11010001 111010 10110010 0 1001000 1111 10010 100111000 111110 110100

Color Harmonies of #D13AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AB2

Black with #D13AB2

Text Example


Text Example

White with #D13AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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