#D654C2

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

Shades of Fuchsia #D654C2

Tints of Fuchsia #D654C2

Color information

#D654C2 (or 0xD654C2) is unknown color: approx Fuchsia. HEX triplet: D6, 54 and C2. RGB value is (214,84,194). Sum of RGB (Red+Green+Blue) = 214+84+194=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D654C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654C2 is #29AB3D. Grayscale: #878787. Windows color (decimal): -2730814 or 12735702. OLE color: 12735702.

HSL color Cylindrical-coordinate representation of color #D654C2: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654C2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB21484194-
CMYK00.610.090.16
HSL309.23º61.32%58.43%-
HSV(B)309.23º60.75%83.92%-
XYZ40.6424.5353.63-
YUV135.41161.07184.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=43.50%
G=17.07%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148419400.610.090.16309.2361.3258.43
HexD654C203D9101353d3a
Octal32612430207511204657572
Binary110101101010100110000100111101100110000100110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654C2; }

 p { color: rgb(214,84,194); }

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

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

 a { background-color: rgb(214,84,194); }

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

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

 span { border-color: rgb(214,84,194); }

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