Html Css Color HEX #D312FC Psychedelic Purple

📋 copy color: '#D312FC'

red 211 ◦ green 18 ◦ blue 252

#D312FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D312FC

Tints of Psychedelic Purple #D312FC

RGB

 RED value IS 211 (82.81% from 255) = 43.87%

 GREEN value IS 18 (7.42% from 255) = 3.74%

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 43.87%
G = 3.74%
B = 52.39%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D312FC (or 0xD312FC) is known color: Psychedelic Purple. HEX triplet: D3, 12 and FC. RGB value is (211,18,252). Sum of RGB (Red+Green+Blue) = 211+18+252=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #D312FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312FC is #2CED03. Grayscale: #656565. Windows color (decimal): -2944260 or 16519891. OLE color: 16519891.

HSL color Cylindrical-coordinate representation of color #D312FC: hue angle of 289.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D312FC is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 18 252 -
CMYK 0.16 0.93 0 0.01
HSL 289.49º 0.98% 0.53% -
HSV(B) 289.49º 0.93% 0.99% -
XYZ 44.65 21.31 93.86 -
YUV 102.38 212.44 205.47 -
System Red Green Blue C M Y K H S L
Decimal 211 18 252 0.16 0.93 0 0.01 289.49 0.98 0.53
Hex D3 12 FC 10 5D 0 1 121 62 35
Octal 323 22 374 20 135 0 1 441 142 65
Binary 11010011 10010 11111100 10000 1011101 0 1 100100001 1100010 110101

Color Harmonies of #D312FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312FC

Black with #D312FC

Text Example


Text Example

White with #D312FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312FC; }

 p { color: rgb(211,18,252); }

 H1.HeaderClassName
 {
   color: #D312FC;
 }
 .AnyTagClassName
 {
   color: #D312FC;
 }
</style>

background-color css

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

 a { background-color: rgb(211,18,252); }

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

border-color css

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

 span { border-color: rgb(211,18,252); }

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