Html Css Color HEX #D130D1 Fuchsia

📋 copy color: '#D130D1'

red 209 ◦ green 48 ◦ blue 209

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

Shades of Fuchsia #D130D1

Tints of Fuchsia #D130D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.3%

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

R = 44.85%
G = 10.3%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D130D1 (or 0xD130D1) is known color: Fuchsia. HEX triplet: D1, 30 and D1. RGB value is (209,48,209). Sum of RGB (Red+Green+Blue) = 209+48+209=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D130D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130D1 is #2ECF2E. Grayscale: #727272. Windows color (decimal): -3067695 or 13709521. OLE color: 13709521.

HSL color Cylindrical-coordinate representation of color #D130D1: hue angle of 300º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130D1 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 209 -
CMYK 0 0.77 0 0.18
HSL 300º 0.64% 0.5% -
HSV(B) 300º 0.77% 0.82% -
XYZ 38.86 20.27 62.19 -
YUV 114.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 209 48 209 0 0.77 0 0.18 300 0.64 0.5
Hex D1 30 D1 0 4D 0 12 12C 40 32
Octal 321 60 321 0 115 0 22 454 100 62
Binary 11010001 110000 11010001 0 1001101 0 10010 100101100 1000000 110010

Color Harmonies of #D130D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130D1

Black with #D130D1

Text Example


Text Example

White with #D130D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130D1; }

 p { color: rgb(209,48,209); }

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

background-color css

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

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

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

border-color css

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

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

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