#D62FFB

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

Shades of Psychedelic Purple #D62FFB

Tints of Psychedelic Purple #D62FFB

Color information

#D62FFB (or 0xD62FFB) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 2F and FB. RGB value is (214,47,251). Sum of RGB (Red+Green+Blue) = 214+47+251=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #D62FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FFB is #29D004. Grayscale: #777777. Windows color (decimal): -2740229 or 16461782. OLE color: 16461782.

HSL color Cylindrical-coordinate representation of color #D62FFB: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62FFB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21447251-
CMYK0.150.8100.02
HSL289.12º96.23%58.43%-
HSV(B)289.12º81.27%98.43%-
XYZ46.1623.2993.33-
YUV120.19201.83194.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 47 (18.75% from 255) = 9.18%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=41.80%
G=9.18%
B=49.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214472510.150.8100.02289.1296.2358.43
HexD62FFBF5102121603a
Octal32657373171210244114072
Binary1101011010111111111011111110100010101001000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62FFB; }

 p { color: rgb(214,47,251); }

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

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

 a { background-color: rgb(214,47,251); }

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

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

 span { border-color: rgb(214,47,251); }

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