#D226F7

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

Shades of Psychedelic Purple #D226F7

Tints of Psychedelic Purple #D226F7

Color information

#D226F7 (or 0xD226F7) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 26 and F7. RGB value is (210,38,247). Sum of RGB (Red+Green+Blue) = 210+38+247=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #D226F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D226F7 is #2DD908. Grayscale: #707070. Windows color (decimal): -3004681 or 16197330. OLE color: 16197330.

HSL color Cylindrical-coordinate representation of color #D226F7: hue angle of 289.38º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D226F7 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21038247-
CMYK0.150.8500.03
HSL289.38º92.89%55.88%-
HSV(B)289.38º84.62%96.86%-
XYZ44.0621.889.88-
YUV113.25203.48197.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 38 (15.23% from 255) = 7.68%
BLUE value IS 247 (96.88% from 255) = 49.90%
R=42.42%
G=7.68%
B=49.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210382470.150.8500.03289.3892.8955.88
HexD226F7F55031215d38
Octal32246367171250344113570
Binary1101001010011011110111111110101010111001000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D226F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D226F7; }

 p { color: rgb(210,38,247); }

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

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

 a { background-color: rgb(210,38,247); }

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

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

 span { border-color: rgb(210,38,247); }

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