#D644CB

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

Shades of Fuchsia #D644CB

Tints of Fuchsia #D644CB

Color information

#D644CB (or 0xD644CB) is unknown color: approx Fuchsia. HEX triplet: D6, 44 and CB. RGB value is (214,68,203). Sum of RGB (Red+Green+Blue) = 214+68+203=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D644CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644CB is #29BB34. Grayscale: #7E7E7E. Windows color (decimal): -2734901 or 13321430. OLE color: 13321430.

HSL color Cylindrical-coordinate representation of color #D644CB: hue angle of 304.52º 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 #D644CB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21468203-
CMYK00.680.050.16
HSL304.52º64.04%55.29%-
HSV(B)304.52º68.22%83.92%-
XYZ40.5822.7458.75-
YUV127.04170.87190.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 68 (26.95% from 255) = 14.02%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=44.12%
G=14.02%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146820300.680.050.16304.5264.0455.29
HexD644CB0445101314037
Octal326104313010452046110067
Binary1101011010001001100101101000100101100001001100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D644CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D644CB; }

 p { color: rgb(214,68,203); }

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

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

 a { background-color: rgb(214,68,203); }

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

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

 span { border-color: rgb(214,68,203); }

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