#D052CF

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

Shades of Fuchsia #D052CF

Tints of Fuchsia #D052CF

Color information

#D052CF (or 0xD052CF) is unknown color: approx Fuchsia. HEX triplet: D0, 52 and CF. RGB value is (208,82,207). Sum of RGB (Red+Green+Blue) = 208+82+207=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CF is #2FAD30. Grayscale: #858585. Windows color (decimal): -3124529 or 13587152. OLE color: 13587152.

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

Color convert

RGB20882207-
CMYK00.610.000.18
HSL300.48º57.27%56.86%-
HSV(B)300.48º60.58%81.57%-
XYZ40.2923.9561.53-
YUV133.92169.24180.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=41.85%
G=16.50%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088220700.610.000.18300.4857.2756.86
HexD052CF03D01212c3939
Octal3201223170750224547171
Binary110100001010010110011110111101010010100101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D052CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D052CF; }

 p { color: rgb(208,82,207); }

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

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

 a { background-color: rgb(208,82,207); }

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

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

 span { border-color: rgb(208,82,207); }

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