#D12CFB

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

Shades of Psychedelic Purple #D12CFB

Tints of Psychedelic Purple #D12CFB

Color information

#D12CFB (or 0xD12CFB) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 2C and FB. RGB value is (209,44,251). Sum of RGB (Red+Green+Blue) = 209+44+251=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D12CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12CFB is #2ED304. Grayscale: #747474. Windows color (decimal): -3068677 or 16461009. OLE color: 16461009.

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

Color convert

RGB20944251-
CMYK0.170.8200.02
HSL287.83º96.28%57.84%-
HSV(B)287.83º82.47%98.43%-
XYZ44.6122.3293.22-
YUV116.93203.66193.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 44 (17.58% from 255) = 8.73%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=41.47%
G=8.73%
B=49.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209442510.170.8200.02287.8396.2857.84
HexD12CFB115202120603a
Octal32154373211220244014072
Binary11010001101100111110111000110100100101001000001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12CFB; }

 p { color: rgb(209,44,251); }

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

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

 a { background-color: rgb(209,44,251); }

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

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

 span { border-color: rgb(209,44,251); }

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