#D24CC4

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

Shades of Fuchsia #D24CC4

Tints of Fuchsia #D24CC4

Color information

#D24CC4 (or 0xD24CC4) is unknown color: approx Fuchsia. HEX triplet: D2, 4C and C4. RGB value is (210,76,196). Sum of RGB (Red+Green+Blue) = 210+76+196=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CC4 is #2DB33B. Grayscale: #818181. Windows color (decimal): -2995004 or 12864722. OLE color: 12864722.

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

Color convert

RGB21076196-
CMYK00.640.070.18
HSL306.27º59.82%56.08%-
HSV(B)306.27º63.81%82.35%-
XYZ39.1322.8654.57-
YUV129.75165.39185.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=43.57%
G=15.77%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107619600.640.070.18306.2759.8256.08
HexD24CC40407121323c38
Octal32211430401007224627470
Binary110100101001100110001000100000011110010100110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24CC4; }

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

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

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

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

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

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

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

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