Html Css Color HEX #D130D7 Fuchsia

📋 copy color: '#D130D7'

red 209 ◦ green 48 ◦ blue 215

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

Shades of Fuchsia #D130D7

Tints of Fuchsia #D130D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 44.28%
G = 10.17%
B = 45.55%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D130D7 (or 0xD130D7) is known color: Fuchsia. HEX triplet: D1, 30 and D7. RGB value is (209,48,215). Sum of RGB (Red+Green+Blue) = 209+48+215=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #D130D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130D7 is #2ECF28. Grayscale: #727272. Windows color (decimal): -3067689 or 14102737. OLE color: 14102737.

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

Color convert

RGB 209 48 215 -
CMYK 0.03 0.78 0 0.16
HSL 297.84º 0.68% 0.52% -
HSV(B) 297.84º 0.78% 0.84% -
XYZ 39.62 20.58 66.17 -
YUV 115.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 209 48 215 0.03 0.78 0 0.16 297.84 0.68 0.52
Hex D1 30 D7 3 4E 0 10 12A 44 34
Octal 321 60 327 3 116 0 20 452 104 64
Binary 11010001 110000 11010111 11 1001110 0 10000 100101010 1000100 110100

Color Harmonies of #D130D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130D7

Black with #D130D7

Text Example


Text Example

White with #D130D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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