#D130CA

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

Shades of Fuchsia #D130CA

Tints of Fuchsia #D130CA

Color information

#D130CA (or 0xD130CA) is unknown color: approx Fuchsia. HEX triplet: D1, 30 and CA. RGB value is (209,48,202). Sum of RGB (Red+Green+Blue) = 209+48+202=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D130CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130CA is #2ECF35. Grayscale: #717171. Windows color (decimal): -3067702 or 13250769. OLE color: 13250769.

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

Color convert

RGB20948202-
CMYK00.770.030.18
HSL302.61º63.64%50.39%-
HSV(B)302.61º77.03%81.96%-
XYZ38.0119.9357.72-
YUV113.7177.84195.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 48 (19.14% from 255) = 10.46%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=45.53%
G=10.46%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094820200.770.030.18302.6163.6450.39
HexD130CA04D31212f4032
Octal32160312011532245710062
Binary11010001110000110010100100110111100101001011111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D130CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D130CA; }

 p { color: rgb(209,48,202); }

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

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

 a { background-color: rgb(209,48,202); }

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

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

 span { border-color: rgb(209,48,202); }

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