#D232CD

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

Shades of Fuchsia #D232CD

Tints of Fuchsia #D232CD

Color information

#D232CD (or 0xD232CD) is unknown color: approx Fuchsia. HEX triplet: D2, 32 and CD. RGB value is (210,50,205). Sum of RGB (Red+Green+Blue) = 210+50+205=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D232CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232CD is #2DCD32. Grayscale: #737373. Windows color (decimal): -3001651 or 13447890. OLE color: 13447890.

HSL color Cylindrical-coordinate representation of color #D232CD: hue angle of 301.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232CD is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB21050205-
CMYK00.760.020.18
HSL301.88º64%50.98%-
HSV(B)301.88º76.19%82.35%-
XYZ38.7420.3959.65-
YUV115.51178.51195.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 50 (19.92% from 255) = 10.75%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=45.16%
G=10.75%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105020500.760.020.18301.886450.98
HexD232CD04C21212e4033
Octal32262315011422245610063
Binary11010010110010110011010100110010100101001011101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D232CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D232CD; }

 p { color: rgb(210,50,205); }

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

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

 a { background-color: rgb(210,50,205); }

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

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

 span { border-color: rgb(210,50,205); }

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