#D733C8

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

Shades of Fuchsia #D733C8

Tints of Fuchsia #D733C8

Color information

#D733C8 (or 0xD733C8) is unknown color: approx Fuchsia. HEX triplet: D7, 33 and C8. RGB value is (215,51,200). Sum of RGB (Red+Green+Blue) = 215+51+200=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D733C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D733C8 is #28CC37. Grayscale: #747474. Windows color (decimal): -2673720 or 13120471. OLE color: 13120471.

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

Color convert

RGB21551200-
CMYK00.760.070.16
HSL305.49º67.21%52.16%-
HSV(B)305.49º76.28%84.31%-
XYZ39.6320.9856.61-
YUV117.02174.83197.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 51 (20.31% from 255) = 10.94%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=46.14%
G=10.94%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155120000.760.070.16305.4967.2152.16
HexD733C804C7101314334
Octal32763310011472046110364
Binary110101111100111100100001001100111100001001100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D733C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D733C8; }

 p { color: rgb(215,51,200); }

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

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

 a { background-color: rgb(215,51,200); }

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

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

 span { border-color: rgb(215,51,200); }

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