Html Css Color HEX #D13ABC Fuchsia

📋 copy color: '#D13ABC'

red 209 ◦ green 58 ◦ blue 188

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

Shades of Fuchsia #D13ABC

Tints of Fuchsia #D13ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 45.93%
G = 12.75%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D13ABC (or 0xD13ABC) is known color: Fuchsia. HEX triplet: D1, 3A and BC. RGB value is (209,58,188). Sum of RGB (Red+Green+Blue) = 209+58+188=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABC is #2EC543. Grayscale: #757575. Windows color (decimal): -3065156 or 12335825. OLE color: 12335825.

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

Color convert

RGB 209 58 188 -
CMYK 0 0.72 0.10 0.18
HSL 308.34º 0.62% 0.52% -
HSV(B) 308.34º 0.72% 0.82% -
XYZ 36.88 20.21 49.53 -
YUV 117.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 209 58 188 0 0.72 0.10 0.18 308.34 0.62 0.52
Hex D1 3A BC 0 48 A 12 134 3E 34
Octal 321 72 274 0 110 12 22 464 76 64
Binary 11010001 111010 10111100 0 1001000 1010 10010 100110100 111110 110100

Color Harmonies of #D13ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13ABC

Black with #D13ABC

Text Example


Text Example

White with #D13ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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