#D633D0

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

Shades of Fuchsia #D633D0

Tints of Fuchsia #D633D0

Color information

#D633D0 (or 0xD633D0) is unknown color: approx Fuchsia. HEX triplet: D6, 33 and D0. RGB value is (214,51,208). Sum of RGB (Red+Green+Blue) = 214+51+208=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D633D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633D0 is #29CC2F. Grayscale: #757575. Windows color (decimal): -2739248 or 13644758. OLE color: 13644758.

HSL color Cylindrical-coordinate representation of color #D633D0: hue angle of 302.21º 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 #D633D0 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21451208-
CMYK00.760.030.16
HSL302.21º66.53%51.96%-
HSV(B)302.21º76.17%83.92%-
XYZ40.321.2261.65-
YUV117.64179196.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=45.24%
G=10.78%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145120800.760.030.16302.2166.5351.96
HexD633D004C31012e4334
Octal32663320011432045610364
Binary11010110110011110100000100110011100001001011101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D633D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D633D0; }

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

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

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

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

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

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

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

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