#D233D4

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

Shades of Fuchsia #D233D4

Tints of Fuchsia #D233D4

Color information

#D233D4 (or 0xD233D4) is unknown color: approx Fuchsia. HEX triplet: D2, 33 and D4. RGB value is (210,51,212). Sum of RGB (Red+Green+Blue) = 210+51+212=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #D233D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233D4 is #2DCC2B. Grayscale: #747474. Windows color (decimal): -3001388 or 13906898. OLE color: 13906898.

HSL color Cylindrical-coordinate representation of color #D233D4: hue angle of 299.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D233D4 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21051212-
CMYK0.010.7600.17
HSL299.25º65.18%51.57%-
HSV(B)299.25º75.94%83.14%-
XYZ39.6520.8264.22-
YUV116.9181.68194.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=44.40%
G=10.78%
B=44.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal210512120.010.7600.17299.2565.1851.57
HexD233D414C01112b4134
Octal32263324111402145310164
Binary1101001011001111010100110011000100011001010111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D233D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D233D4; }

 p { color: rgb(210,51,212); }

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

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

 a { background-color: rgb(210,51,212); }

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

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

 span { border-color: rgb(210,51,212); }

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