#D264BC

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

Shades of Fuchsia #D264BC

Tints of Fuchsia #D264BC

Color information

#D264BC (or 0xD264BC) is unknown color: approx Fuchsia. HEX triplet: D2, 64 and BC. RGB value is (210,100,188). Sum of RGB (Red+Green+Blue) = 210+100+188=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D264BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264BC is #2D9B43. Grayscale: #8E8E8E. Windows color (decimal): -2988868 or 12346578. OLE color: 12346578.

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

Color convert

RGB210100188-
CMYK00.520.100.18
HSL312º55%60.78%-
HSV(B)312º52.38%82.35%-
XYZ40.2126.4550.56-
YUV142.92153.44175.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=42.17%
G=20.08%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010018800.520.100.183125560.78
HexD264BC034A12138373d
Octal32214427406412224706775
Binary110100101100100101111000110100101010010100111000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264BC; }

 p { color: rgb(210,100,188); }

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

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

 a { background-color: rgb(210,100,188); }

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

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

 span { border-color: rgb(210,100,188); }

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