#D238C8

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

Shades of Fuchsia #D238C8

Tints of Fuchsia #D238C8

Color information

#D238C8 (or 0xD238C8) is unknown color: approx Fuchsia. HEX triplet: D2, 38 and C8. RGB value is (210,56,200). Sum of RGB (Red+Green+Blue) = 210+56+200=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D238C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238C8 is #2DC737. Grayscale: #767676. Windows color (decimal): -3000120 or 13121746. OLE color: 13121746.

HSL color Cylindrical-coordinate representation of color #D238C8: hue angle of 303.9º 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 #D238C8 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB21056200-
CMYK00.730.050.18
HSL303.9º63.11%52.16%-
HSV(B)303.9º73.33%82.35%-
XYZ38.4220.756.61-
YUV118.46174.02193.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 56 (22.27% from 255) = 12.02%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=45.06%
G=12.02%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105620000.730.050.18303.963.1152.16
HexD238C80495121303f34
Octal3227031001115224607764
Binary11010010111000110010000100100110110010100110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D238C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D238C8; }

 p { color: rgb(210,56,200); }

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

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

 a { background-color: rgb(210,56,200); }

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

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

 span { border-color: rgb(210,56,200); }

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