#d038d4

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

Shades of Fuchsia #D038D4

Tints of Fuchsia #D038D4

Color information

#D038D4 (or 0xD038D4) is unknown color: approx Fuchsia. HEX triplet: D0, 38 and D4. RGB value is (208,56,212). Sum of RGB (Red+Green+Blue) = 208+56+212=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #D038D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038D4 is #2FC72B. Grayscale: #767676. Windows color (decimal): -3131180 or 13908176. OLE color: 13908176.

HSL color Cylindrical-coordinate representation of color #D038D4: hue angle of 298.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D038D4 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20856212-
CMYK0.020.7400.17
HSL298.46º64.46%52.55%-
HSV(B)298.46º73.58%83.14%-
XYZ39.3120.9964.27-
YUV119.23180.36191.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 56 (22.27% from 255) = 11.76%
BLUE value IS 212 (83.20% from 255) = 44.54%
R=43.70%
G=11.76%
B=44.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208562120.020.7400.17298.4664.4652.55
HexD038D424A01112a4035
Octal32070324211202145210065
Binary11010000111000110101001010010100100011001010101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d038d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d038d4; }

 p { color: rgb(208,56,212); }

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

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

 a { background-color: rgb(208,56,212); }

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

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

 span { border-color: rgb(208,56,212); }

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