#D245C1

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

Shades of Fuchsia #D245C1

Tints of Fuchsia #D245C1

Color information

#D245C1 (or 0xD245C1) is unknown color: approx Fuchsia. HEX triplet: D2, 45 and C1. RGB value is (210,69,193). Sum of RGB (Red+Green+Blue) = 210+69+193=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D245C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245C1 is #2DBA3E. Grayscale: #7C7C7C. Windows color (decimal): -2996799 or 12666322. OLE color: 12666322.

HSL color Cylindrical-coordinate representation of color #D245C1: hue angle of 307.23º 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 #D245C1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB21069193-
CMYK00.670.080.18
HSL307.23º61.04%54.71%-
HSV(B)307.23º67.14%82.35%-
XYZ38.3321.8152.64-
YUV125.3166.21188.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=44.49%
G=14.62%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106919300.670.080.18307.2361.0454.71
HexD245C10438121333d37
Octal322105301010310224637567
Binary1101001010001011100000101000011100010010100110011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D245C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D245C1; }

 p { color: rgb(210,69,193); }

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

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

 a { background-color: rgb(210,69,193); }

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

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

 span { border-color: rgb(210,69,193); }

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