#D700F4

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

Shades of Psychedelic Purple #D700F4

Tints of Psychedelic Purple #D700F4

Color information

#D700F4 (or 0xD700F4) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 00 and F4. RGB value is (215,0,244). Sum of RGB (Red+Green+Blue) = 215+0+244=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #D700F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700F4 is #28FF0B. Grayscale: #5B5B5B. Windows color (decimal): -2686732 or 15990999. OLE color: 15990999.

HSL color Cylindrical-coordinate representation of color #D700F4: hue angle of 292.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700F4 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2150244-
CMYK0.12100.04
HSL292.87º100%47.84%-
HSV(B)292.87º100%95.69%-
XYZ44.3520.9887.3-
YUV92.1213.73215.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 53.16%
R=46.84%
G=0%
B=53.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21502440.12100.04292.8710047.84
HexD70F4C64041256430
Octal3270364141440444514460
Binary110101110111101001100110010001001001001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D700F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D700F4; }

 p { color: rgb(215,0,244); }

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

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

 a { background-color: rgb(215,0,244); }

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

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

 span { border-color: rgb(215,0,244); }

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