#D214F3

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

Shades of Psychedelic Purple #D214F3

Tints of Psychedelic Purple #D214F3

Color information

#D214F3 (or 0xD214F3) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 14 and F3. RGB value is (210,20,243). Sum of RGB (Red+Green+Blue) = 210+20+243=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #D214F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214F3 is #2DEB0C. Grayscale: #656565. Windows color (decimal): -3009293 or 15930578. OLE color: 15930578.

HSL color Cylindrical-coordinate representation of color #D214F3: hue angle of 291.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D214F3 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21020243-
CMYK0.140.9200.05
HSL291.12º90.28%51.57%-
HSV(B)291.12º91.77%95.29%-
XYZ43.0120.6786.52-
YUV102.23207.45204.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 20 (8.20% from 255) = 4.23%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=44.40%
G=4.23%
B=51.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210202430.140.9200.05291.1290.2851.57
HexD214F3E5C051235a34
Octal32224363161340544313264
Binary1101001010100111100111110101110001011001000111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D214F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D214F3; }

 p { color: rgb(210,20,243); }

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

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

 a { background-color: rgb(210,20,243); }

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

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

 span { border-color: rgb(210,20,243); }

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