#D246CB

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

Shades of Fuchsia #D246CB

Tints of Fuchsia #D246CB

Color information

#D246CB (or 0xD246CB) is unknown color: approx Fuchsia. HEX triplet: D2, 46 and CB. RGB value is (210,70,203). Sum of RGB (Red+Green+Blue) = 210+70+203=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D246CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246CB is #2DB934. Grayscale: #7E7E7E. Windows color (decimal): -2996533 or 13321938. OLE color: 13321938.

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

Color convert

RGB21070203-
CMYK00.670.030.18
HSL303º60.87%54.9%-
HSV(B)303º66.67%82.35%-
XYZ39.5522.3958.74-
YUV127.02170.88187.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 70 (27.73% from 255) = 14.49%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=43.48%
G=14.49%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107020300.670.030.1830360.8754.9
HexD246CB04331212f3d37
Octal32210631301033224577567
Binary11010010100011011001011010000111110010100101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D246CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D246CB; }

 p { color: rgb(210,70,203); }

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

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

 a { background-color: rgb(210,70,203); }

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

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

 span { border-color: rgb(210,70,203); }

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