#d630c9

Color #D630C9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D630C9

Tints of Fuchsia #D630C9

Color information

#D630C9 (or 0xD630C9) is unknown color: approx Fuchsia. HEX triplet: D6, 30 and C9. RGB value is (214,48,201). Sum of RGB (Red+Green+Blue) = 214+48+201=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D630C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630C9 is #29CF36. Grayscale: #727272. Windows color (decimal): -2740023 or 13185238. OLE color: 13185238.

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

Color convert

RGB21448201-
CMYK00.780.060.16
HSL304.7º66.94%51.37%-
HSV(B)304.7º77.57%83.92%-
XYZ39.3320.6357.17-
YUV115.08176.5198.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 48 (19.14% from 255) = 10.37%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=46.22%
G=10.37%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144820100.780.060.16304.766.9451.37
HexD630C904E6101314333
Octal32660311011662046110363
Binary110101101100001100100101001110110100001001100011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d630c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d630c9; }

 p { color: rgb(214,48,201); }

 H1.HeaderClassName
 {
   color: #d630c9;
 }
 .AnyTagClassName
 {
   color: #d630c9;
 }
</style>
background-color css

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

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

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

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

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

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