Html Css Color HEX #D13ABB Fuchsia

📋 copy color: '#D13ABB'

red 209 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #D13ABB

Tints of Fuchsia #D13ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 46.04%
G = 12.78%
B = 41.19%

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

#D13ABB (or 0xD13ABB) is known color: Fuchsia. HEX triplet: D1, 3A and BB. RGB value is (209,58,187). Sum of RGB (Red+Green+Blue) = 209+58+187=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABB is #2EC544. Grayscale: #757575. Windows color (decimal): -3065157 or 12270289. OLE color: 12270289.

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

Color convert

RGB 209 58 187 -
CMYK 0 0.72 0.11 0.18
HSL 308.74º 0.62% 0.52% -
HSV(B) 308.74º 0.72% 0.82% -
XYZ 36.78 20.17 48.97 -
YUV 117.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 209 58 187 0 0.72 0.11 0.18 308.74 0.62 0.52
Hex D1 3A BB 0 48 B 12 135 3E 34
Octal 321 72 273 0 110 13 22 465 76 64
Binary 11010001 111010 10111011 0 1001000 1011 10010 100110101 111110 110100

Color Harmonies of #D13ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ABB

Black with #D13ABB

Text Example


Text Example

White with #D13ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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