#D63DCB

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

Shades of Fuchsia #D63DCB

Tints of Fuchsia #D63DCB

Color information

#D63DCB (or 0xD63DCB) is unknown color: approx Fuchsia. HEX triplet: D6, 3D and CB. RGB value is (214,61,203). Sum of RGB (Red+Green+Blue) = 214+61+203=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DCB is #29C234. Grayscale: #7A7A7A. Windows color (decimal): -2736693 or 13319638. OLE color: 13319638.

HSL color Cylindrical-coordinate representation of color #D63DCB: hue angle of 304.31º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DCB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21461203-
CMYK00.710.050.16
HSL304.31º65.11%53.92%-
HSV(B)304.31º71.5%83.92%-
XYZ40.1821.9558.62-
YUV122.93173.19192.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=44.77%
G=12.76%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146120300.710.050.16304.3165.1153.92
HexD63DCB0475101304136
Octal32675313010752046010166
Binary110101101111011100101101000111101100001001100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DCB; }

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

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

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

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

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

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

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

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