Html Css Color HEX #D130CE Fuchsia

📋 copy color: '#D130CE'

red 209 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #D130CE

Tints of Fuchsia #D130CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 45.14%
G = 10.37%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D130CE (or 0xD130CE) is known color: Fuchsia. HEX triplet: D1, 30 and CE. RGB value is (209,48,206). Sum of RGB (Red+Green+Blue) = 209+48+206=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D130CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130CE is #2ECF31. Grayscale: #717171. Windows color (decimal): -3067698 or 13512913. OLE color: 13512913.

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

Color convert

RGB 209 48 206 -
CMYK 0 0.77 0.01 0.18
HSL 301.12º 0.64% 0.5% -
HSV(B) 301.12º 0.77% 0.82% -
XYZ 38.49 20.13 60.25 -
YUV 114.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 209 48 206 0 0.77 0.01 0.18 301.12 0.64 0.5
Hex D1 30 CE 0 4D 1 12 12D 40 32
Octal 321 60 316 0 115 1 22 455 100 62
Binary 11010001 110000 11001110 0 1001101 1 10010 100101101 1000000 110010

Color Harmonies of #D130CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130CE

Black with #D130CE

Text Example


Text Example

White with #D130CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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