Html Css Color HEX #D130D8 Fuchsia

📋 copy color: '#D130D8'

red 209 ◦ green 48 ◦ blue 216

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

Shades of Fuchsia #D130D8

Tints of Fuchsia #D130D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 44.19%
G = 10.15%
B = 45.67%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D130D8 (or 0xD130D8) is known color: Fuchsia. HEX triplet: D1, 30 and D8. RGB value is (209,48,216). Sum of RGB (Red+Green+Blue) = 209+48+216=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #D130D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130D8 is #2ECF27. Grayscale: #727272. Windows color (decimal): -3067688 or 14168273. OLE color: 14168273.

HSL color Cylindrical-coordinate representation of color #D130D8: hue angle of 297.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D130D8 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 48 216 -
CMYK 0.03 0.78 0 0.15
HSL 297.5º 0.68% 0.52% -
HSV(B) 297.5º 0.78% 0.85% -
XYZ 39.75 20.63 66.85 -
YUV 115.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 209 48 216 0.03 0.78 0 0.15 297.5 0.68 0.52
Hex D1 30 D8 3 4E 0 F 12A 44 34
Octal 321 60 330 3 116 0 17 452 104 64
Binary 11010001 110000 11011000 11 1001110 0 1111 100101010 1000100 110100

Color Harmonies of #D130D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130D8

Black with #D130D8

Text Example


Text Example

White with #D130D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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