#D238D8

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

Shades of Fuchsia #D238D8

Tints of Fuchsia #D238D8

Color information

#D238D8 (or 0xD238D8) is unknown color: approx Fuchsia. HEX triplet: D2, 38 and D8. RGB value is (210,56,216). Sum of RGB (Red+Green+Blue) = 210+56+216=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #D238D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238D8 is #2DC727. Grayscale: #777777. Windows color (decimal): -3000104 or 14170322. OLE color: 14170322.

HSL color Cylindrical-coordinate representation of color #D238D8: hue angle of 297.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D238D8 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21056216-
CMYK0.030.7400.15
HSL297.75º67.23%53.33%-
HSV(B)297.75º74.07%84.71%-
XYZ40.3921.4966.98-
YUV120.29182.02191.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 56 (22.27% from 255) = 11.62%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=43.57%
G=11.62%
B=44.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210562160.030.7400.15297.7567.2353.33
HexD238D834A0F12a4335
Octal32270330311201745210365
Binary1101001011100011011000111001010011111001010101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D238D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D238D8; }

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

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

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

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

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

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

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

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