#D633C9

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

Shades of Fuchsia #D633C9

Tints of Fuchsia #D633C9

Color information

#D633C9 (or 0xD633C9) is unknown color: approx Fuchsia. HEX triplet: D6, 33 and C9. RGB value is (214,51,201). Sum of RGB (Red+Green+Blue) = 214+51+201=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D633C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633C9 is #29CC36. Grayscale: #747474. Windows color (decimal): -2739255 or 13186006. OLE color: 13186006.

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

Color convert

RGB21451201-
CMYK00.760.060.16
HSL304.79º66.53%51.96%-
HSV(B)304.79º76.17%83.92%-
XYZ39.4620.8857.21-
YUV116.84175.5197.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 51 (20.31% from 255) = 10.94%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=45.92%
G=10.94%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145120100.760.060.16304.7966.5351.96
HexD633C904C6101314334
Octal32663311011462046110364
Binary110101101100111100100101001100110100001001100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D633C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D633C9; }

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

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

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

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

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

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

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

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