#D645B8

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

Shades of Fuchsia #D645B8

Tints of Fuchsia #D645B8

Color information

#D645B8 (or 0xD645B8) is unknown color: approx Fuchsia. HEX triplet: D6, 45 and B8. RGB value is (214,69,184). Sum of RGB (Red+Green+Blue) = 214+69+184=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D645B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645B8 is #29BA47. Grayscale: #7D7D7D. Windows color (decimal): -2734664 or 12076502. OLE color: 12076502.

HSL color Cylindrical-coordinate representation of color #D645B8: hue angle of 312.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D645B8 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21469184-
CMYK00.680.140.16
HSL312.41º63.88%55.49%-
HSV(B)312.41º67.76%83.92%-
XYZ38.5122.0147.57-
YUV125.46161.04191.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 69 (27.34% from 255) = 14.78%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=45.82%
G=14.78%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146918400.680.140.16312.4163.8855.49
HexD645B8044E101384037
Octal3261052700104162047010067
Binary11010110100010110111000010001001110100001001110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D645B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D645B8; }

 p { color: rgb(214,69,184); }

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

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

 a { background-color: rgb(214,69,184); }

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

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

 span { border-color: rgb(214,69,184); }

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