#D739CB

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

Shades of Fuchsia #D739CB

Tints of Fuchsia #D739CB

Color information

#D739CB (or 0xD739CB) is unknown color: approx Fuchsia. HEX triplet: D7, 39 and CB. RGB value is (215,57,203). Sum of RGB (Red+Green+Blue) = 215+57+203=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D739CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739CB is #28C634. Grayscale: #787878. Windows color (decimal): -2672181 or 13318615. OLE color: 13318615.

HSL color Cylindrical-coordinate representation of color #D739CB: hue angle of 304.56º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D739CB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21557203-
CMYK00.730.060.16
HSL304.56º66.39%53.33%-
HSV(B)304.56º73.49%84.31%-
XYZ40.2721.6958.56-
YUV120.89174.35195.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=45.26%
G=12%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155720300.730.060.16304.5666.3953.33
HexD739CB0496101314235
Octal32771313011162046110265
Binary110101111110011100101101001001110100001001100011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D739CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D739CB; }

 p { color: rgb(215,57,203); }

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

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

 a { background-color: rgb(215,57,203); }

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

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

 span { border-color: rgb(215,57,203); }

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