#D430FF

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

Shades of Psychedelic Purple #D430FF

Tints of Psychedelic Purple #D430FF

Color information

#D430FF (or 0xD430FF) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 30 and FF. RGB value is (212,48,255). Sum of RGB (Red+Green+Blue) = 212+48+255=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #D430FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430FF is #2BCF00. Grayscale: #777777. Windows color (decimal): -2871041 or 16724180. OLE color: 16724180.

HSL color Cylindrical-coordinate representation of color #D430FF: hue angle of 287.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D430FF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21248255-
CMYK0.170.8100
HSL287.54º100%59.41%-
HSV(B)287.54º81.18%100%-
XYZ46.2623.3396.67-
YUV120.63203.83193.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 48 (19.14% from 255) = 9.32%
BLUE value IS 255 (100% from 255) = 49.51%
R=41.17%
G=9.32%
B=49.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212482550.170.8100287.5410059.41
HexD430FF115100120643b
Octal32460377211210044014473
Binary1101010011000011111111100011010001001001000001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D430FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D430FF; }

 p { color: rgb(212,48,255); }

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

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

 a { background-color: rgb(212,48,255); }

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

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

 span { border-color: rgb(212,48,255); }

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