#d249c4

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

Shades of Fuchsia #D249C4

Tints of Fuchsia #D249C4

Color information

#D249C4 (or 0xD249C4) is unknown color: approx Fuchsia. HEX triplet: D2, 49 and C4. RGB value is (210,73,196). Sum of RGB (Red+Green+Blue) = 210+73+196=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D249C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249C4 is #2DB63B. Grayscale: #7F7F7F. Windows color (decimal): -2995772 or 12863954. OLE color: 12863954.

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

Color convert

RGB21073196-
CMYK00.650.070.18
HSL306.13º60.35%55.49%-
HSV(B)306.13º65.24%82.35%-
XYZ38.9222.4554.51-
YUV127.98166.39186.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 73 (28.91% from 255) = 15.24%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=43.84%
G=15.24%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107319600.650.070.18306.1360.3555.49
HexD249C40417121323c37
Octal32211130401017224627467
Binary110100101001001110001000100000111110010100110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d249c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d249c4; }

 p { color: rgb(210,73,196); }

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

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

 a { background-color: rgb(210,73,196); }

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

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

 span { border-color: rgb(210,73,196); }

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