#D20EFB

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

Shades of Psychedelic Purple #D20EFB

Tints of Psychedelic Purple #D20EFB

Color information

#D20EFB (or 0xD20EFB) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 0E and FB. RGB value is (210,14,251). Sum of RGB (Red+Green+Blue) = 210+14+251=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #D20EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EFB is #2DF104. Grayscale: #626262. Windows color (decimal): -3010821 or 16453330. OLE color: 16453330.

HSL color Cylindrical-coordinate representation of color #D20EFB: hue angle of 289.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EFB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21014251-
CMYK0.160.9400.02
HSL289.62º96.73%51.96%-
HSV(B)289.62º94.42%98.43%-
XYZ44.1520.9892.99-
YUV99.62213.43206.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 14 (5.86% from 255) = 2.95%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=44.21%
G=2.95%
B=52.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210142510.160.9400.02289.6296.7351.96
HexD2EFB105E021226134
Octal32216373201360244214164
Binary110100101110111110111000010111100101001000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20EFB; }

 p { color: rgb(210,14,251); }

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

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

 a { background-color: rgb(210,14,251); }

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

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

 span { border-color: rgb(210,14,251); }

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