#D239CD

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

Shades of Fuchsia #D239CD

Tints of Fuchsia #D239CD

Color information

#D239CD (or 0xD239CD) is unknown color: approx Fuchsia. HEX triplet: D2, 39 and CD. RGB value is (210,57,205). Sum of RGB (Red+Green+Blue) = 210+57+205=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D239CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239CD is #2DC632. Grayscale: #777777. Windows color (decimal): -2999859 or 13449682. OLE color: 13449682.

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

Color convert

RGB21057205-
CMYK00.730.020.18
HSL301.96º62.96%52.35%-
HSV(B)301.96º72.86%82.35%-
XYZ39.0621.0459.76-
YUV119.62176.19192.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 57 (22.66% from 255) = 12.08%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=44.49%
G=12.08%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105720500.730.020.18301.9662.9652.35
HexD239CD04921212e3f34
Octal3227131501112224567764
Binary1101001011100111001101010010011010010100101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D239CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D239CD; }

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

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

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

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

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

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

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

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