Html Css Color HEX #D13BC6 Fuchsia

📋 copy color: '#D13BC6'

red 209 ◦ green 59 ◦ blue 198

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

Shades of Fuchsia #D13BC6

Tints of Fuchsia #D13BC6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 44.85%
G = 12.66%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D13BC6 (or 0xD13BC6) is known color: Fuchsia. HEX triplet: D1, 3B and C6. RGB value is (209,59,198). Sum of RGB (Red+Green+Blue) = 209+59+198=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BC6 is #2EC439. Grayscale: #777777. Windows color (decimal): -3064890 or 12991441. OLE color: 12991441.

HSL color Cylindrical-coordinate representation of color #D13BC6: hue angle of 304.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BC6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 198 -
CMYK 0 0.72 0.05 0.18
HSL 304.4º 0.62% 0.53% -
HSV(B) 304.4º 0.72% 0.82% -
XYZ 38.05 20.76 55.43 -
YUV 119.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 209 59 198 0 0.72 0.05 0.18 304.4 0.62 0.53
Hex D1 3B C6 0 48 5 12 130 3E 35
Octal 321 73 306 0 110 5 22 460 76 65
Binary 11010001 111011 11000110 0 1001000 101 10010 100110000 111110 110101

Color Harmonies of #D13BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BC6

Black with #D13BC6

Text Example


Text Example

White with #D13BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BC6; }

 p { color: rgb(209,59,198); }

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

background-color css

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

 a { background-color: rgb(209,59,198); }

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

border-color css

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

 span { border-color: rgb(209,59,198); }

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