#D234C5

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

Shades of Fuchsia #D234C5

Tints of Fuchsia #D234C5

Color information

#D234C5 (or 0xD234C5) is unknown color: approx Fuchsia. HEX triplet: D2, 34 and C5. RGB value is (210,52,197). Sum of RGB (Red+Green+Blue) = 210+52+197=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C5 is #2DCB3A. Grayscale: #737373. Windows color (decimal): -3001147 or 12924114. OLE color: 12924114.

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

Color convert

RGB21052197-
CMYK00.750.060.18
HSL304.94º63.71%51.37%-
HSV(B)304.94º75.24%82.35%-
XYZ37.8820.1954.72-
YUV115.77173.85195.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 52 (20.70% from 255) = 11.33%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=45.75%
G=11.33%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105219700.750.060.18304.9463.7151.37
HexD234C504B6121314033
Octal32264305011362246110063
Binary110100101101001100010101001011110100101001100011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D234C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D234C5; }

 p { color: rgb(210,52,197); }

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

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

 a { background-color: rgb(210,52,197); }

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

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

 span { border-color: rgb(210,52,197); }

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